Skip to content

v7.13.0

Compare
Choose a tag to compare
@adtzlr adtzlr released this 21 Dec 23:27
· 1638 commits to main since this release

[7.13.0] - 2023-12-22

Added

  • Add NeoHookeCompressible for compressible hyperelastic materials or even as a fast alternative for NeoHooke when used in SolidBodyIncompressible.

Changed

  • Vectorize mesh.expand() which enhances the performance of quad/hex mesh-generators like Rectangle() and Cube().

Fixed

  • Fix logarithmic strain tensor evaluation in Job.evaluate(filename="result.xdmf") and in field.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