- Feb 07, 2024
-
-
Sander, Oliver authored
... rather than two separate spaces. This is one step towards getting rid of it altogether.
-
Sander, Oliver authored
-
- Feb 05, 2024
-
-
Sander, Oliver authored
-
Sander, Oliver authored
... regarding ambiguous logical expressions.
-
- Jan 15, 2024
-
-
Sander, Oliver authored
-
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.
-
Sander, Oliver authored
It contained code for mixed-dimensional domain decomposition algorithms involving Cosserat materials. This code has moved to a separate modul 'dune-gfe-coupling' a long time ago, and it is not used from anywhere else in dune-gfe.
-
- Jan 08, 2024
-
-
Sander, Oliver authored
-
- Jan 07, 2024
-
-
Sander, Oliver authored
-
- Jan 05, 2024
-
-
Sander, Oliver authored
-
- Jan 02, 2024
-
-
Sander, Oliver authored
They should be installed, but since dune-gfe doesn't have any downstream dependencies, nobody has missed the files yet.
-
Sander, Oliver authored
It was essentially a reimplementation of Rotation::orthonormalFrame, just with a different interface. It was not directly used by any code.
-
-
- Nov 23, 2023
-
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
-
- Oct 30, 2023
-
-
Lisa Julia Nebel authored
-
- Oct 27, 2023
-
-
Lisa Julia Nebel authored
-
- Oct 26, 2023
-
-
Lisa Julia Nebel authored
-
- Oct 04, 2023
-
-
Lisa Julia Nebel authored
Divide the regularization parameter through the scaling parameter in the PN solver instead of multiplying In the PN solver, we add identity*regularization/scaling to the stiffness matrix. This has two effects: - make the system matrix positive definite - penalize large corrections to ensure an energy decrease in each step The regularization parameter is adapted if either the system matrix is not positive definite if there is an energy increase. This works similar to the trust-region radius in the TR solver. The correction must be inside the trust-region, this ensures there is an energy decrease in each step. For each component of the correction, the trust-region radius as well as the regularization parameter is multiplied with a scaling factor, because the correction for the displacement works depends on the grid size where the correction for the rotation does not. To align the effect of the scaling parameter, we need to divide through the scaling parameter in the PN solver and multiply with it it in the TR solver.
-
- Jun 20, 2023
-
-
- Jun 16, 2023
-
-
- May 24, 2023
-
-
Sander, Oliver authored
... by LagrangeLocalFiniteElementCache.
-
Sander, Oliver authored
-
- May 22, 2023
-
-
Sander, Oliver authored
-
Sander, Oliver authored
It was apparently not used. If you should ever need something like this in the future, please use periodicbasis.hh from dune-functions.
-
Sander, Oliver authored
This used to work A Long Time Ago, but the feature was removed eventually. Unfortunately, the code still used to build, but failed to produce the correct result. More recently, some other commit in dune-functions apparently now leads to a build failure when trying to call 'interpolate' for a vector-valued function and a scalar basis. This is nice! It allows to catch errors earlier.
-
Sander, Oliver authored
-
- May 16, 2023
-
-
Sander, Oliver authored
The old style has been deprecated for a long time, and is not supported by dune-fufem anymore. (In particular, the code discretizationerror.hh now requires functions to satisfy the dune-functions function interface.) In the wake of this, compute-disc-error.cc gets a number of changes. Let's hope I didn't screw up anything.
-
Sander, Oliver authored
There are two important changes: First of all, the new class implements the `dune-functions` interface rather than the deprecated one based on inheritance from `VirtualGridViewFunction`. Secondly, the new class does not hard-wire geodesic interpolation anymore. Rather, you can give it interpolation classes which then govern how interpolation is done. This change was long overdue. It was now needed to make gradient-flow.cc compile with the post 2.9 version of dune-fufem again.
-
- Apr 24, 2023
-
-
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
-
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
-
-
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
-