- Jun 10, 2021
-
-
Sander, Oliver authored
Fix the use of projection-based finite elements in cosserat-continuum See merge request !78
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
Add multiplication of a ScaledIdentityMatrix with another FieldMatrix to the collection in linearalgebra.hh
-
Lisa Julia Nebel authored
-
- May 07, 2021
-
-
Sander, Oliver authored
Cosserat-Continuum-Nonplanar See merge request !72
-
- May 05, 2021
-
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
-
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
-
-
Sander, Oliver authored
Fix/pipeline See merge request !76
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
Now all combinations of dim = dimworld or dim != dimworld and MIXED_SPACE = 0 or MIXED_SPACE = 1 at least compile.
-
Lisa Julia Nebel authored
This has to be dimworld and not dim.
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
The StressFreeStateGridFunction is the actual parametrization from the grid to the nonplanar Cosserat shell in stress-free state. The geometries of the StressFreeStateGridFunction will then be used for all calculations instead of the linear geometries of the piecewise linear grid.
-
Lisa Julia Nebel authored
Also remove dune-cuvedgeometry as it is a dependency of dune-curvedgrid
-
Lisa Julia Nebel authored
This has been changed to Dune::Vtk::FormatTypes::ASCII in the dune-vtk module
-
Lisa Julia Nebel authored
-
- Feb 16, 2021
-
-
Sander, Oliver authored
System test for the Cosserat rod problem See merge request !75
-
Sander, Oliver authored
The previous implementation worked only for first-order finite element spaces, because it assumed that grid vertices and Lagrange nodes were identical.
-
Sander, Oliver authored
This test assembles and solves a prototype Cosserat problem. In then checks whether the required number of iterations and the final energy match given (hard-coded) values.
-
Sander, Oliver authored
-
- Feb 10, 2021
-
-
Sander, Oliver authored
Feature/stress plot See merge request !73
-
- Feb 08, 2021
-
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
-
- Jan 20, 2021
-
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
-
- Jan 19, 2021
-
-
Sander, Oliver authored
Remove support for Dune 2.6 and older See merge request !74
-
-
- Jan 07, 2021
-
-
Sander, Oliver authored
Small change/fix in Mixed Riemanian Trust region solver See merge request !69
-
- Nov 30, 2020
-
-
AlexanderMüller authored
-
- Nov 21, 2020
-
-
Sander, Oliver authored
Modernize rod code See merge request !67
-
- Nov 20, 2020
-
-
Sander, Oliver authored
Otherwise the Cosserat rod code will not compile without dune-parmg.
-
Sander, Oliver authored
This reflect the current purpose of the test much better.
-
Sander, Oliver authored
So far, the Cosserat rod energy implementation hat a first-order finite element space hardcoded. This patch removes that restriction. As for the other models in this Dune module, the finite element basis is now a template parameter of the model energy, and can be set to any reasonable basis.
-
Sander, Oliver authored
It is not a 'stiffness' anymore, but really only implements the energy.
-