WulfHans
WulfHans
Added test for correctly passing deformation gradient to UMAT interface (refs #21797) - the UMAT interface needs to account for the fact, that C is row-major and Fortran is column-major...
## Bug Description I did a simulation of a simple shear test with the UMAT NeoHooke implementation provided by ABAQUS. The expected stresses can be easily computed or just found...
## Bug Description As mentioned [here](https://github.com/idaholab/moose/pull/21872), the Jacobian for the UMAT interface is clearly wrong. Issues visible from source code: - row vs column major is ignored - different ordering...
When passing the stress to the UMAT, the old stress must be passed with rotation. The resulting stress is the cauchy stress, that does not require any additional rotation. This...