- May 16, 2023
-
-
Sander, Oliver authored
There are two important changes: First of all, the new class implements the `dune-functions` interface rather than the deprecated one based on inheritance from `VirtualGridViewFunction`. Secondly, the new class does not hard-wire geodesic interpolation anymore. Rather, you can give it interpolation classes which then govern how interpolation is done. This change was long overdue. It was now needed to make gradient-flow.cc compile with the post 2.9 version of dune-fufem again.
-
Sander, Oliver authored
The code erroneously used std::tie to combine two local variables to a single return value. That may fail because std::tie produces a tuple of references. Once the method has returned these references may or may not be valid anymore. I am surprised that this bug has not caused trouble much earlier.
-
- Apr 24, 2023
-
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
In particular: - Use the CosseratVTKWriter also for MIXED_SPACE = 1, only print out the deformation though - Use a SubsamplingVTKWriter only for dim==gridDim==3
-
Lisa Julia Nebel authored
Use the grid function provided by the gmsh4-reader as the stressfreegridfunction in nonplanarcosseratshellenergy
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
This only works for gmsh-files with version 4 or 5, but this is what we want
-
Sander, Oliver authored
-
- Apr 20, 2023
-
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
Add option to define deformation Dirichlet values for each direction separately in cosserat-continuum
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
Make GFE_ORDER and LFE_ORDER compiler macros and build the necessary combinations of cosserat-continuum-Xd-in-Xd
-
Lisa Julia Nebel authored
To build these combinations with the CI-system, install foamgrid for the tests with parmg, vtk, curvedgeometry and curvedgrid
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
-
- Apr 17, 2023
-
-
Lisa Julia Nebel authored
-
- Mar 15, 2023
-
-
Lisa Julia Nebel authored
Instead of loading the volume load as a fixed (x,y,z) vector, load it as a space-dependent Python function
-
- Mar 12, 2023
-
-
Lisa Julia Nebel authored
Correct the dimension of the rotation and the deformation in the compositeBasis, it needs to be 3, independent of dim
-
- Mar 10, 2023
-
-
Lisa Julia Nebel authored
-
- Aug 30, 2022
-
-
Lisa Julia Nebel authored
-
- Jul 12, 2022
-
-
Sander, Oliver authored
-
- Jan 28, 2022
-
-
This commit adds the energy implementat for the nonlinear Reissner-Mindlin shell model known as the Simo and Fox shell model. Details may be found in "A consistent finite element formulation of the geometrically non-linear Reissner-Mindlin shell model [Müller, Bischoff]"
-
- Nov 09, 2021
-
-
Lisa Julia Nebel authored
-
- Oct 28, 2021
-
-
Sander, Oliver authored
-
- Aug 19, 2021
-
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
With this, the preparatory stretching experiment for film-on-substrate can be done using dune-gfe. The vertices for adaptive refinement can now be selected without specifying a shell area.
-
Lisa Julia Nebel authored
Correct the sign of the Neumann and volume forces to make it consistent throughout dune-gfe and dune-elasticity In the energy file, the energies are *added*. The Neumann and volume forces get the correct sign in the actual program file by mulitplying with (-homotopyParameter).
-
- Jul 09, 2021
-
-
Lisa Julia Nebel authored
WHITESAPCES for previous commit: Add the option to use the Riemannian Proximal Newton solver also for problems with dim = dimwold
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
Use cholmod if the dune-solvers version >= 2.8, use umfpack for older versions
-
Lisa Julia Nebel authored
-
- Jun 10, 2021
-
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
-
- May 05, 2021
-
-
Lisa Julia Nebel authored
Change the keywords for switching between the solvers to trustRegion and proximalNewton also in film-on-substrate
-
Lisa Julia Nebel authored
-
- Apr 22, 2021
-
-
Lisa Julia Nebel authored
Now all combinations of dim = dimworld or dim != dimworld and MIXED_SPACE = 0 or MIXED_SPACE = 1 at least compile.
-