- Apr 24, 2023
-
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
In particular: - Use the CosseratVTKWriter also for MIXED_SPACE = 1, only print out the deformation though - Use a SubsamplingVTKWriter only for dim==gridDim==3
-
Lisa Julia Nebel authored
Use the grid function provided by the gmsh4-reader as the stressfreegridfunction in nonplanarcosseratshellenergy
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
This only works for gmsh-files with version 4 or 5, but this is what we want
-
Sander, Oliver authored
Build with dune-fufem 2.8 See merge request !115
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
The multiplication by operator* between a ScaledIdentityMatrix and a FieldMatrix only got introduced in Dune 2.9. Therefore, avoid it if we are building with earlier versions of Dune.
-
- Apr 20, 2023
-
-
Sander, Oliver authored
Fixes See merge request !121
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
Add option to define deformation Dirichlet values for each direction separately in cosserat-continuum
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
Make GFE_ORDER and LFE_ORDER compiler macros and build the necessary combinations of cosserat-continuum-Xd-in-Xd
-
Lisa Julia Nebel authored
To build these combinations with the CI-system, install foamgrid for the tests with parmg, vtk, curvedgeometry and curvedgrid
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
This is needed to actually compare the 3D-model with the 2D-approximation
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
-
- Apr 18, 2023
-
-
Sander, Oliver authored
Correct the stopping criterion in the Riemannian-TR-Solver,... See merge request !120
-
- 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
-
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 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
-