v7.13.0
[7.13.0] - 2023-12-22
Added
- Add
NeoHookeCompressible
for compressible hyperelastic materials or even as a fast alternative forNeoHooke
when used inSolidBodyIncompressible
.
Changed
- Vectorize
mesh.expand()
which enhances the performance of quad/hex mesh-generators likeRectangle()
andCube()
.
Fixed
- Fix logarithmic strain tensor evaluation in
Job.evaluate(filename="result.xdmf")
and infield.plot("Logarithmic Strain", component=0)
.
What's Changed
- Vectorize
mesh.expand()
by @adtzlr in #584 - Add compressible Neo-Hookean material formulation by @adtzlr in #586
- Fix logarithmic strain tensor evaluation by @adtzlr in #589
Full Changelog: v7.12.0...v7.13.0