- Mar 03, 2022
-
-
Sander, Oliver authored
This triggers bugs in the Rotation and RigidBodyMotion classes. In particular, it triggers what Jonathan Youett fixed in the never-merged merge request !2 These bugs are fixed in this commit, too: * The RigidBodyMotion class gets a `log` method * The Rotation<3>::log method now returns EmbeddedTangentVector instead of TangentVector.
-
Sander, Oliver authored
It was TangentVector whereas it should have been EmbeddedTangentVector.
-
- Mar 02, 2022
-
-
Sander, Oliver authored
-
Sander, Oliver authored
Calling log(a,b) returned a-b instead of b-a. Also, enable unit tests for the RealTuple class. The current test will not trigger the bug in the log method: that will come shortly. Finally, this commit is the first that mentions its user-facing changes in the newly introduced CHANGELOG.md file.
-
Sander, Oliver authored
The compiler warns about &, and I think the author's intention was && anyway.
-
- Feb 27, 2022
-
-
Sander, Oliver authored
-
- Feb 25, 2022
-
-
Sander, Oliver authored
-
Sander, Oliver authored
This involves fixing the secondDerivativeOfDistanceSquaredWRTSecondArgument method: Previously it returned a FieldMatrix, but the test requires a SymmetricMatrix.
-
Sander, Oliver authored
-
Sander, Oliver authored
-
- Jan 28, 2022
-
-
Sander, Oliver authored
Add Simo-Fox shell model See merge request !87
-
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]"
-
-
Sander, Oliver authored
Replace DUNE_DEPRECATED by [[deprecated]] See merge request !92
-
- Jan 27, 2022
-
-
Lisa Julia Nebel authored
-
- Jan 25, 2022
-
-
Sander, Oliver authored
Correct the iterative calculation of the polar decomposition and its derivative See merge request !59
-
- Jan 22, 2022
-
-
Lisa Julia Nebel authored
Move the polar decomposition to a separate file and add the algorithm by Higham and Noferini (from Robin Fraenzel) In the test for the Higham and Noferini algorithm, we see: Unfortunately, for matrices that are close to an orthogonal matrix, this algorithm is about 2x slower. One can benefit from the Higham and Noferini algorithm only if the matrix is quite far away from an orthogonal one.
-
Lisa Julia Nebel authored
Before, the calculation was terminated after exactly three iterations, now the stopping criterion is fulfilled if the change in the norm of the polar factor is small enough.
-
Lisa Julia Nebel authored
-
- Dec 17, 2021
-
-
Sander, Oliver authored
Use correct vector type for the combination of displacement and rotation in... See merge request !91
-
- Dec 16, 2021
-
-
Lisa Julia Nebel authored
Use correct vector type for the combination of displacement and rotation in geodesicfeassemblerwrappertest
-
- Nov 18, 2021
-
-
Sander, Oliver authored
Use correct second fundamental tensor in nonplanarcosseratshellenergy and surfacecosseratenergy See merge request !88
-
- Nov 16, 2021
-
-
Lisa Julia Nebel authored
-
- Nov 11, 2021
-
-
Lisa Julia Nebel authored
Add dune-curvedgrid in .gitlab-ci.yml to the ci-runners that test the options with dune-curvedgeometry
-
- Nov 09, 2021
-
-
Sander, Oliver authored
cmake: use keyword signature of target_link_libraries See merge request !90
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
-
- Oct 28, 2021
-
-
Sander, Oliver authored
Fix minor issues See merge request !89
-
Sander, Oliver authored
-
Sander, Oliver authored
-
- Oct 20, 2021
-
-
Sander, Oliver authored
Correct the sign of the Neumann and volume forces to make it consistent... See merge request !84
-
- Sep 23, 2021
-
-
Sander, Oliver authored
Change nonplanarcosseratenergytest to make adaptions easier See merge request !82
-
- Sep 17, 2021
-
-
Sander, Oliver authored
Remove commented out code in the surfacecosseratstressassembler See merge request !85
-
- Aug 21, 2021
-
-
Sander, Oliver authored
Introduce python function for adaptive refinement See merge request !86
-
- 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
-
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 26, 2021
-
-
Lisa Julia Nebel authored
-
- Jul 20, 2021
-
-
Sander, Oliver authored
Fix error in surfacecosseratenergy See merge request !81
-