v6.2.0
[6.2.0] - 2022-12-16
Added
- Add Total-Lagrange
UserMaterialHyperelastic(fun, parallel=False, **kwargs)
based on optionaltensortrax
. Only available iftensortrax
is installed. - Add constitutive isotropic hyperelastic model formulations to be used with
UserMaterialHyperelastic()
(constitution.ogden(C, mu, alpha)
, etc.).
Auto-Generated Release-Notes
What's Changed
- Add
UserMaterialHyperelastic()
by @adtzlr in #355 - Make
tensortrax
optional by @adtzlr in #357 - Add models for isotropic hyperelasticity
UserMaterialHyperelastic()
by @adtzlr in #358
Full Changelog: v6.1.0...v6.2.0