Replies: 1 comment 2 replies
-
Did you take a look at this tutorial? https://gridap.github.io/Tutorials/dev/pages/t010_isotropic_damage/#isotropic_damage.jl-1 I think it might be helpful for your purpose. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to implement my elastoplasticity constitutive model and perform simulations using Gridap. This must be done by a nonlinear solver incrementally. I just checked the tutorial about low level API in possion equation, and I can define the mechanical behavior for each quadrature point with low-level API like in the UMAT subroutine in ABAQUS, right? Or is there some high-level API so I can access the incrementation of solution values in each substep?
Beta Was this translation helpful? Give feedback.
All reactions