- Mar 22, 2023
-
-
Sander, Oliver authored
The modules dune-fufem and dune-matrix-vector have been moved from the FU Berlin server to the server operated by the Dune project when Carsten Gräser left FU Berlin.
-
- Mar 16, 2023
-
-
Sander, Oliver authored
Correct the dimension of the rotation and the deformation in the... See merge request !118
-
- Mar 15, 2023
-
-
Lisa Julia Nebel authored
-
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
Instead of loading the volume load as a fixed (x,y,z) vector, load it as a space-dependent Python function
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
-
- Mar 12, 2023
-
-
Lisa Julia Nebel authored
Correct the dimension of the rotation and the deformation in the compositeBasis, it needs to be 3, independent of dim
-
- Mar 11, 2023
-
-
Sander, Oliver authored
Add missing ADOLC scalar mode in mixedlocalgfeadolcstiffness See merge request !116
-
Lisa Julia Nebel authored
-
- Mar 10, 2023
-
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
-
- Feb 08, 2023
-
-
Sander, Oliver authored
Fix build failure related to ProductManifold and std::cout See merge request !114
-
-
- 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
-
-
Sander, Oliver authored
Add embedded interpolation option in localprojectedfefunction.hh See merge request !109
-
-
- Dec 28, 2022
-
-
Sander, Oliver authored
Remove old dune-fufem bases See merge request !108
-
- Dec 21, 2022
-
-
Sander, Oliver authored
-
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
-