- 06 Jul, 2022 3 commits
-
-
lisa_julia.nebel_at_tu-dresden.de authored
-
lisa_julia.nebel_at_tu-dresden.de authored
now the right output is produced - start from here to correct: local matrix to create H1 norm and transferoperatormatrix assembler
-
lisa_julia.nebel_at_tu-dresden.de authored
-
- 29 Jun, 2022 5 commits
-
-
oliver.sander_at_tu-dresden.de authored
ADOL-C: do not put the rank into trace_off() See merge request !70
-
Patrick Jaap 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."
-
Patrick Jaap authored
Fix in Mooney-Rivlin density: Use proper 4th term for Ciarlet See merge request !69
-
Patrick Jaap authored
-
Patrick Jaap 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.
-
- 20 Apr, 2022 3 commits
-
-
Patrick Jaap authored
Improve hyperdual class See merge request !68
-
Patrick Jaap authored
-
Patrick Jaap authored
-
- 09 Feb, 2022 2 commits
-
-
Patrick Jaap authored
Fix in mooneyrivlindensity See merge request !67
-
Patrick Jaap authored
Square the determinant in the Ciarlet variant
-
- 27 Jan, 2022 4 commits
-
-
oliver.sander_at_tu-dresden.de authored
Replace DUNE_DEPRECATED by [[deprecated]] See merge request !65
-
lisa_julia.nebel_at_tu-dresden.de authored
-
lisa_julia.nebel_at_tu-dresden.de authored
-
lisa_julia.nebel_at_tu-dresden.de authored
-
- 22 Dec, 2021 1 commit
-
-
oliver.sander_at_tu-dresden.de authored
-
- 07 Dec, 2021 2 commits
-
-
Patrick Jaap authored
-
Patrick Jaap authored
It depends on Amiramesh which is dropped in dune-grid since 2.8
-
- 21 Apr, 2021 1 commit
-
-
oliver.sander_at_tu-dresden.de authored
Cmake: Look for PYTHONLIBS and for Python3 See merge request agnumpde/dune-elasticity!62
-
- 16 Apr, 2021 1 commit
-
-
Patrick Jaap authored
This basically reverts f10d311d
-
- 07 Apr, 2021 4 commits
-
-
oliver.sander_at_tu-dresden.de authored
Fix build and execution of finite-strain-elasticity See merge request agnumpde/dune-elasticity!61
-
Patrick Jaap authored
-
Patrick Jaap authored
-
Patrick Jaap authored
-
- 30 Mar, 2021 2 commits
-
-
oliver.sander_at_tu-dresden.de authored
[CI] Also test against Dune 2.7 See merge request agnumpde/dune-elasticity!60
-
oliver.sander_at_tu-dresden.de authored
Because in this particular combination, no cmake Python test is ever called, and therefore Python is not available.
-
- 29 Mar, 2021 1 commit
-
-
oliver.sander_at_tu-dresden.de authored
-
- 28 Mar, 2021 1 commit
-
-
oliver.sander_at_tu-dresden.de authored
Even for the master branch I'd like to know that this kinda works against the 2.7 release, because that is what people using packages have.
-
- 27 Feb, 2021 4 commits
-
-
oliver.sander_at_tu-dresden.de authored
Some small modernizations See merge request agnumpde/dune-elasticity!59
-
oliver.sander_at_tu-dresden.de authored
-
oliver.sander_at_tu-dresden.de authored
There already was code that printed a warning when the trust-region radius dropped below the required solver tolerance. (If that happens, the solver terminates, because the small trust-region forces the correction to be smaller than the required tolerance. However, the code didn't warn the user about this, and such cases almost looked like successful runs.) Unfortunately, the warning code didn't work, because the standard solver termination criterion stopped the TR iteration before reaching the check for the trust-region size.
-
oliver.sander_at_tu-dresden.de authored
-
- 21 Jan, 2021 6 commits
-
-
oliver.sander_at_tu-dresden.de authored
Make FEAssembler store a const reference of the basis See merge request agnumpde/dune-elasticity!57
-
oliver.sander_at_tu-dresden.de authored
... rather than a copy. This allows to assemble with bases that are not copyable, as for example the RaviartThomasBasis See https://gitlab.dune-project.org/staging/dune-functions/-/issues/58
-
oliver.sander_at_tu-dresden.de authored
Rename problem file 'wriggers-l-shape' to 'identity-deformation' See merge request agnumpde/dune-elasticity!56
-
oliver.sander_at_tu-dresden.de authored
Because that is what it is: It implements the identity deformation for three-dimensional continua. The name 'wriggers-l-shape' refers to a simulation that appeared in O. Sander, P. Neff, and M. Bîrsan: Numerical Treatment of a Geometrically Nonlinear Planar Cosserat Shell Model, (2016) It belongs to the dune-gfe module, and only got into dune-elasticity by accident.
-
oliver.sander_at_tu-dresden.de authored
Stop using deprecated class PythonFunction See merge request !55
-
oliver.sander_at_tu-dresden.de authored
-