- Apr 20, 2023
-
-
Lisa Julia Nebel authored
-
- Apr 17, 2023
-
-
Lisa Julia Nebel authored
Deprecate the call to energy with a RigidBodyMotion in cosseratenergystiffness and in nonplanarcosseratenergystiffness - this is actually duplicate code! They can't be removed yet because they are still used in tests though!
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
Correct the stopping criterion in the Riemannian-TR-Solver, Riemannian-PN-Solver and MixedRiemannian-TR-Solver Do not stop if the correction gets small because the trust region radius gets small or the regularization parameter gets large
-
- Mar 27, 2023
-
-
Lisa Julia Nebel authored
-
- Mar 15, 2023
-
-
Lisa Julia Nebel authored
In particular: * add flag "useAlternativeEnergyWCoss" to NonplanarCosseratShellEnergy * if the flag set to true, the model from the paper "Alternative derivation of the higher-order constitudtive model for six-parameter elastic shells", equations (119) and (126) is used
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
-
- Mar 10, 2023
-
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
-
- Feb 08, 2023
-
-
- Jan 31, 2023
-
-
Sander, Oliver authored
In particular: * Forward declaring ProductManifold in the `impl` namespace is not a good idea. * Add missing headers targetspacetest.cc is extended to test for the first issue.
-
- Jan 07, 2023
-
-
- Dec 21, 2022
-
-
Sander, Oliver authored
Using FieldMatrix<,1,1> for scalars has been the standard Dune way for a long time, but since dune 2.7 using scalars directly works just as well.
-
Sander, Oliver authored
They are getting removed now for good after the release of dune-fufem 2.9. The code that replaces them has been there for quite a while, and therefore we can simply use it without having to worry about compatibility with older dune-fufem versions.
-
- Oct 05, 2022
-
-
Ansgar Burchardt authored
-
- Aug 30, 2022
-
-
Lisa Julia Nebel authored
-
- Aug 19, 2022
-
-
Ansgar Burchardt authored
-
- Aug 11, 2022
-
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
This fixed the following error when building with GCC 12.1.0-8 (Debian): ``` /src/dune-gfe/dune/gfe/rotation.hh:225:42: error: invalid declarator before 'axis' 225 | Rotation<T,3>(Dune::FieldVector<T,3> axis, T angle) | ^~~~ /src/dune-gfe/dune/gfe/rotation.hh:225:41: error: expected ')' before 'axis' 225 | Rotation<T,3>(Dune::FieldVector<T,3> axis, T angle) | ~ ^~~~~ | ) ```
-
- Jul 12, 2022
-
-
Sander, Oliver authored
-
- Jul 11, 2022
-
-
Ansgar Burchardt authored
-
- Jun 29, 2022
-
-
Lisa Julia Nebel authored
Only include the multiplication of a ScaledIdentityMatrix with another FieldMatrix if dune common is older or equal 2.8
-
- Apr 20, 2022
-
-
Lisa Julia Nebel authored
-
- Apr 13, 2022
-
-
Sander, Oliver authored
-
- Apr 10, 2022
-
-
Sander, Oliver authored
-
- 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
-
Sander, Oliver authored
It was TangentVector whereas it should have been EmbeddedTangentVector.
-
- Mar 02, 2022
-
-
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
This involves fixing the secondDerivativeOfDistanceSquaredWRTSecondArgument method: Previously it returned a FieldMatrix, but the test requires a SymmetricMatrix.
-
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]"
-
-
- Jan 27, 2022
-
-
Lisa Julia Nebel authored
-
- 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.
-