- Jul 02, 2021
-
-
Lisa Julia Nebel authored
The contravariant base vectors were not calculated correctly. The contravariant base vectors are the *columns* of the inverse of the covariant matrix, not the rows. To fix this, take the rows of the transpose of inverse of the covariant matrix.
-
- Apr 22, 2021
-
-
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.
-
- Nov 05, 2020
-
-
Lisa Julia Nebel authored
When dune-curvedgeometry is not found, the normal Derivative is set to zero.
-
Sander, Oliver authored
-
- Oct 08, 2020
-
-
Lisa Julia Nebel authored
-
- Oct 06, 2020
-
-
Lisa Julia Nebel authored
Virtual Function is deprecated after dune 2.7.
-
- Sep 02, 2020
-
-
Sander, Oliver authored
Several energy density implementations contained code for matrix methods like sym, skew, transpose etc. This patch moves them all to the file linearalgebra.hh, to get rid of the redundancy.
-
- Oct 22, 2019
-
-
Sander, Oliver authored
Because it really is a functionality of rotation matrices in quaternion representation. Only the Cosserat energies use it at the moment, but this is coincidental. In the same process, the method is renamed to quaternionTangentToMatrixTangent. That seems to be a more telling name.
-
- 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 16, 2019
-
-
Sander, Oliver authored
This to clang for pointing out the problem. I had not noticed it before because the code was only wrong for dimworld<3, which I never tried.
-
- Dec 18, 2018
-
-
Sander, Oliver authored
-
- Apr 11, 2018
-
-
Sander, Oliver authored
The one in the Arithmetic namespace does not exist anymore.
-
- 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
I want this file with dimworld!=3 grids, even though it only makes sense to use it if dimworld==3. With this patch the file still does not compile. However, the only remaining problem is the hacky computation of the surface normals, which needs to be rewritten in full generality soon anyway.
-
- Jan 22, 2016
-
-
Sander, Oliver authored
-
- Dec 27, 2015
-
-
Sander, Oliver authored
This model was given to me by Patrizio Neff in private communication. The code is a prototype. It appears to work, but it has not been tested very thoroughly, and quite likely there are some bugs left. Also, the code contains the shape of the reference configuration hard-wired (a sphere).
-