You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since our interface takes the gradient of the deformation increment, we could/should have
A function strain_from_grad_u(grad_u, constraint) (it does not matter if we are dealing with increments or full strains) to get all strains for people who want to implement everything in pure python
ufl functions for the determination of mandel strains under different constraints
The text was updated successfully, but these errors were encountered:
Since our interface takes the gradient of the deformation increment, we could/should have
strain_from_grad_u(grad_u, constraint)
(it does not matter if we are dealing with increments or full strains) to get all strains for people who want to implement everything in pure pythonThe text was updated successfully, but these errors were encountered: