- Nov 05, 2020
-
-
- Oct 06, 2020
-
-
Lisa Julia Nebel authored
Virtual Function is deprecated after dune 2.7.
-
Sander, Oliver authored
Simon Praetorius' dune-vtk module has much better support for reading and writing than my old hacks in dune-gfe. Let's start adopting dune-vtk for VTK I/O. In this initial step, dune-vtk becomes a dependency of dune-gfe, but only an optional one. This may change.
-
- Sep 18, 2020
-
-
Lisa Julia Nebel authored
Also adjust CosseratEnergyStiffness and MixedGFEAssembler for the use with a CompositeBasis instead of a PowerBasis
-
- Feb 18, 2020
-
-
Sander, Oliver authored
-
Sander, Oliver authored
Up until dune-common 2.7, the Dune namespace contained shared_ptr: First as an actual implementation, later simply as a namespace import. Dune-common post-2.7 has removed that import, and users of shared_ptr really have to explicitly specify the std:: namespace prefix.
-
- Jan 29, 2020
-
-
Sander, Oliver authored
-
- Oct 07, 2019
-
-
Sander, Oliver authored
Previously, they all inherited from LocalGeodesicFEStiffness, which was weird, because none of them implemented first or second derivatives as you would expect from something called 'stiffness'.
-
- May 17, 2019
-
-
Lisa Julia Nebel authored
-
- May 04, 2019
-
-
Sander, Oliver authored
These two files are very similar, and merging them will reduce maintenance effort in the future. As of this patch, there is now quite a number of preprocessor directives in the new merged cosserat-continuum.cc. That is not pretty, but the new state is still much easier to maintain than two completely separate files. What is more, I hope to be able to reduce some of that preprocessor trickery by smarter use of the dune-functions basis trees.
-
- May 03, 2019
-
-
Sander, Oliver authored
This used to work only with dune-fufem bases, but the method constructBoundaryDofs recently learned to also handle the bases of dune-functions.
-
Sander, Oliver authored
-
Sander, Oliver authored
This used to be a yes/no, parameter, now we require 'cube' rather that 'yes' or 'true'.
-
- Oct 04, 2018
-
-
Sander, Oliver authored
The code it contains is adolcnamespaceinjections.hh.
-
- Sep 06, 2018
-
-
Sander, Oliver authored
-
Sander, Oliver authored
Capturing any polymorphic object by value is wrong, and gcc 8 started to warn about this in the case of exceptions.
-
Sander, Oliver authored
The latter is deprecated as of dune-functions 2.6.
-
- May 30, 2018
-
-
Sander, Oliver authored
This is needed to build with a recent dune-common and dune-fufem
-
- Apr 16, 2018
-
-
Sander, Oliver authored
-
Sander, Oliver authored
gcc warns about some of those nowadays.
-
Sander, Oliver authored
-
Sander, Oliver authored
Otherwise some dune-common stuff will not work properly, for example copying of FieldMatrices that use adouble as their number type.
-
- Apr 11, 2018
-
-
Sander, Oliver authored
-
Sander, Oliver authored
The method indexSet has been removed from dune-functions a long time ago.
-
- Mar 22, 2016
-
-
Sander, Oliver authored
This is planned to be used to start a fine-grid computation on the coarse-grid solution, or to start a high-order computation from a low-order one. This is helpful, in particular, for measurements of the discretization error, which take a lot of time.
-
Sander, Oliver authored
-
- Jan 26, 2016
-
-
Sander, Oliver authored
Previously, the NonplanarCosseratShellEnergy had the normal field of the unit sphere hard-wired in the code. With this patch, using general triangulated surface as reference geometries is possible.
-
- Jan 24, 2016
-
-
Sander, Oliver authored
This allows to select the energy at run-time, but this is not what we do. It also allows to give extra parameters to the nonplanar Cosserat energy, and that is what we need: in a subsequent patch the main program will compute a surface normal field and pass it to the Nonplanar Cosserat energy.
-
- Jan 23, 2016
-
-
Sander, Oliver authored
-
Sander, Oliver authored
-
- Jan 22, 2016
-
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
-
- Jan 20, 2016
-
-
Sander, Oliver authored
-
- Jan 19, 2016
-
-
Sander, Oliver authored
We can now completely control the approximation order by a const int, which is much nicer.
-
Sander, Oliver authored
This data is used by the compute-disc-error program to measure discretization errors.
-
- Jan 09, 2016
-
-
Sander, Oliver authored
-
- Dec 03, 2015
-
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
... with values expected to be given in the parameter file. Scaling the trust region is the key to success, because in general the midsurface deformation and the rotations will have values in different ranges.
-