Forked from
AG Sander / DUNE Modules / dune-elasticity
-
Jaap, Patrick authored
This makes the program compile again, but it will not run. Further changes in the data readers has to be made.
Jaap, Patrick authoredThis makes the program compile again, but it will not run. Further changes in the data readers has to be made.
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 1.19 KiB
Master (will become release 2.9)
Deprecations and removals
- The support of
Amiramesh
is dropped in dune-grid and thus the programlinear-elasticity
is modified to compile withGmsh
but it will not run.
2.8 Release
- Introduce class
LocalDensity
for material-specific implementations - Introduce class
LocalIntegralEnergy
to work with the densities - Local energies and FE assemblers use now
dune-functions
power bases instead of scalardune-fufem
bases; the key element is theLocalView
which contains the information for each element - Introduce class
LocalHyperDualStiffness
andhyperdual
to calculate gradient and hessian using hyper-dual numbers - The class
FEAssembler
now stores aconst
reference to the basis, rather than a value. This allows to use the assembler with bases that are not copyable (as, e.g., theRaviartThomasBasis
, see dune-functions issue 58).
Deprecations and removals
- Redundant implementations of
LocalEnergy
classes are now replaced by combiningLocalDensity
andLocalIntegralEnergy
- Local energies and FE assemblers with
dune-fufem
scalar bases are now deprecated