- Dec 21, 2022
-
-
Sander, Oliver authored
2.7 is simply too old now. We could even go straight for 2.9, but let's try how far we get with 2.8. That one is in current Ubuntu and Debian releases.
-
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.
-
Sander, Oliver authored
.gitlab-ci.yml: update URL of dune-elasticity repository See merge request !106
-
- Oct 12, 2022
-
-
Sander, Oliver authored
Adjust address to dune-elasticity in .gitlab-ci.yml See merge request !107
-
- Oct 11, 2022
-
-
Lisa Julia Nebel authored
-
- Oct 10, 2022
-
-
Ansgar Burchardt authored
-
- Oct 05, 2022
-
-
Sander, Oliver authored
convert file to UTF-8 encoding See merge request !105
-
Ansgar Burchardt authored
-
- Aug 30, 2022
-
-
Sander, Oliver authored
Enable the proximal newton solver in simofoxshell See merge request !102
-
Lisa Julia Nebel authored
-
- Aug 22, 2022
-
-
Sander, Oliver authored
fix build failures with GCC 12 and without IPopt See merge request !103
-
Sander, Oliver authored
use `getCommunication()` instead of `getCollectiveCommunication()` See merge request !104
-
- 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
[CI] Run the 'codespell' as part of CI See merge request !101
-
Sander, Oliver authored
-
Sander, Oliver authored
-
- Jul 11, 2022
-
-
Sander, Oliver authored
replace `enum` with `constexpr static int` See merge request !100
-
Ansgar Burchardt authored
-
- Jul 06, 2022
-
-
Sander, Oliver authored
Only include the multiplication of a ScaledIdentityMatrix with another... See merge request !99
-
- 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 21, 2022
-
-
Sander, Oliver authored
Replace traceSquared(sym(.)) by traceSquared(.) as it is the same See merge request !98
-
- Apr 20, 2022
-
-
Lisa Julia Nebel authored
-
- Apr 13, 2022
-
-
Sander, Oliver authored
Miscellaneous modernization See merge request !96
-
Sander, Oliver authored
-
- Apr 10, 2022
-
-
Sander, Oliver authored
-
- Mar 03, 2022
-
-
Sander, Oliver authored
Enable more tests for the various TargetSpace classes See merge request !93
-
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
-
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
-