- Feb 07, 2024
-
-
Sander, Oliver authored
This will later simplify merging the mixed and non-mixed versions of the assembler code.
-
Sander, Oliver authored
The new method is Fufem::markBoundaryPatchDofs, which apparently works in just the same way.
-
Sander, Oliver authored
Currently, Cosserat materials are hard-wired in the interface. This patch changes the interface a little bit towards being more general.
-
- Jan 15, 2024
-
-
Sander, Oliver authored
The ProductManifold class generalizes RigidBodyMotion, and can do everything that the RigidBodyMotion class can. Therefore there is no point in keeping RigidBodyMotion any longer. Having two implementations for the same thing will just confuse people.
-
- Jan 07, 2024
-
-
Sander, Oliver authored
-
- Jan 05, 2024
-
-
Sander, Oliver authored
-
- Jan 02, 2024
-
-
Sander, Oliver authored
Previously, the test mysteriously failed on the CI system, but not locally. I recently tried again and the CI test passed again. I don't understand what was going on, but for the time being let's enable the test again.
-
Sander, Oliver authored
-
- Nov 23, 2023
-
-
Lisa Julia Nebel authored
Change the cosseratcontinuumtest to check the newly implemented part in localintegralenergy and the bulkcosseratdensity
-
Lisa Julia Nebel authored
-
- Nov 21, 2023
-
-
Lisa Julia Nebel authored
-
- Oct 27, 2023
-
-
Lisa Julia Nebel authored
-
- May 24, 2023
-
-
Sander, Oliver authored
... by LagrangeLocalFiniteElementCache.
-
Sander, Oliver authored
-
- May 22, 2023
-
-
Sander, Oliver authored
It run-time fails on the CI system for unknown reasons. I don't currently have the time to spend more time debugging this. Therefore, this patch simply disables the test and leaves a note.
-
Sander, Oliver authored
Currently this test fails on the CI system with an obscure message about not being able to write the tape to a file. Maybe reducing the complexity of the functional (by reducing the FE order) will get us around that. In any case I think testing with first-order FE is just as thorough as with second-order ones.
-
Sander, Oliver authored
-
- May 16, 2023
-
-
Sander, Oliver authored
-
- Apr 20, 2023
-
-
Lisa Julia Nebel authored
This is needed to actually compare the 3D-model with the 2D-approximation
-
- Mar 15, 2023
-
-
Lisa Julia Nebel authored
-
- Mar 11, 2023
-
-
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.
-
Sander, Oliver authored
-
- Jan 07, 2023
-
-
- Jul 12, 2022
-
-
Sander, Oliver authored
-
- Jul 11, 2022
-
-
Ansgar Burchardt 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.
-
- 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.
-
- 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
-
- 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.
-
- Dec 16, 2021
-
-
Lisa Julia Nebel authored
Use correct vector type for the combination of displacement and rotation in geodesicfeassemblerwrappertest
-
- Nov 16, 2021
-
-
Lisa Julia Nebel authored
-
- Jul 26, 2021
-
-
Lisa Julia Nebel authored
-
- Jul 09, 2021
-
-
Lisa Julia Nebel authored
-
- Jul 02, 2021
-
-
Lisa Julia Nebel authored
Add a simple test with a grid containing one element testing if the energy is invariant of the number of grid refinements.
-