- Jan 18, 2023
-
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
-
- Jan 15, 2023
-
-
Sander, Oliver authored
Port TrustRegionSolver to current dune-fufem See merge request ag-sander/dune/dune-elasticity!78
-
Sander, Oliver authored
Parts of the TrustRegionSolver code still relied on the old basis interface of dune-fufem. That is now being removed from dune-fufem, and this patch does (some of) the corresponding cleanup in dune-elasticity.
-
- Dec 28, 2022
-
-
Sander, Oliver authored
-
- Dec 22, 2022
-
-
Sander, Oliver authored
Use assembleGlobalBasisTransferMatrix instead of assembleBasisInterpolationMatrix See merge request ag-sander/dune/dune-elasticity!77
-
Sander, Oliver authored
-
Sander, Oliver authored
It is so old that there is nothing of value in it anymore.
-
Sander, Oliver authored
The latter has been removed from dune-fufem.
-
Sander, Oliver authored
-
Sander, Oliver authored
-
- Dec 21, 2022
-
-
Sander, Oliver authored
Re-enable linear-elasticity by removing Amiramesh components See merge request ag-sander/dune/dune-elasticity!64
-
- Oct 11, 2022
-
-
Nebel, Lisa Julia authored
Adjust Mooney-Rivlin energy in the Ciarlet case s.t. W(I)=0 See merge request ag-sander/dune/dune-elasticity!75
-
- Oct 06, 2022
-
-
Ansgar Burchardt authored
remove dangling header reference See merge request ag-sander/dune/dune-elasticity!76
-
- Oct 04, 2022
-
-
Jaap, Patrick authored
This is done by subtracting "dim" or "1" at the given terms. Now it is consistent with the other 2 cases of MR energy.
-
- Sep 30, 2022
-
-
Müller, Alexander authored
-
- Aug 31, 2022
-
-
Sander, Oliver authored
Add assembleGradient() method to FE assemblers See merge request agnumpde/dune-elasticity!72
-
- Aug 30, 2022
-
-
Jaap, Patrick authored
This adds a method to compute only the gradient. On the pro side it saves a lot of time if only the gradient is needed (for first order methods). On the con side it introduces some duplicated code (but only for hyberdual numbers). A test case is added.
-
Jaap, Patrick authored
-
- Aug 25, 2022
-
-
Jaap, Patrick authored
Some improvements on exception handling See merge request agnumpde/dune-elasticity!74
-
- Aug 24, 2022
-
-
Jaap, Patrick authored
Otherwise the type of the exception gets lost.
-
Jaap, Patrick authored
Some regularizing algorithms based on exceptions filter the exceptions by type to detect math errors such as ill-formed systems or inputs.
-
- Aug 16, 2022
-
-
Jaap, Patrick authored
Rename deprecated getCollectiveCommunication() See merge request agnumpde/dune-elasticity!73
-
- Jun 29, 2022
-
-
Sander, Oliver authored
ADOL-C: do not put the rank into trace_off() See merge request agnumpde/dune-elasticity!70
-
Jaap, Patrick authored
Following the doc at https://github.com/coin-or/ADOL-C/blob/master/ADOL-C/doc/adolc-manual.pdf this enforces writing the tapes to disk and has nothing to do with the actual taping. From the doc: "By setting the optional integer argument file of trace off to 1, the user may force a numbered tape file to be written even if the tape array (buffer) does not overflow. If the argument file is omitted, it defaults to 0, so that the tape array is written onto a tape file only if the length of any of the buffers exceeds [OLVT]BUFSIZE elements."
-
Jaap, Patrick authored
Fix in Mooney-Rivlin density: Use proper 4th term for Ciarlet See merge request agnumpde/dune-elasticity!69
-
Jaap, Patrick authored
-
Jaap, Patrick authored
In Ciarlet the last factor is left unspecified. I could not follow the choice used in this implementation. I guess it was intended to minimize the energy under a hydrostatic stress F = t*I at the unit matrix, i.e., for t=1. A simple calculation shows that (independent on the dimension) d = 2a + 4b + 2c has to hold in this case. Values in the test were adjusted.
-
- Apr 20, 2022
-
-
Jaap, Patrick authored
Improve hyperdual class See merge request agnumpde/dune-elasticity!68
-
Jaap, Patrick authored
-
Jaap, Patrick authored
-
- Feb 09, 2022
-
-
Jaap, Patrick authored
Fix in mooneyrivlindensity See merge request agnumpde/dune-elasticity!67
-
Jaap, Patrick authored
Square the determinant in the Ciarlet variant
-
- Jan 27, 2022
-
-
Jaap, Patrick authored
This makes the program compile again, but it will not run. Further changes in the data readers has to be made.
-
Sander, Oliver authored
Replace DUNE_DEPRECATED by [[deprecated]] See merge request agnumpde/dune-elasticity!65
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
-
- Dec 22, 2021
-
-
Sander, Oliver authored
-