Editing hardening model in FEPX #122
-
I have already tried different tutorial examples given in fepx documentation. However, I want to modify the default hardening law equations. Could you please help me which files or folders do I need to look into. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
@HitarthM1729 What hardening laws are you interested in? I share a common goal in wanting to implement different hardening rules, and would be happy to help guide development. In short, much of the hardening is mostly handled in |
Beta Was this translation helpful? Give feedback.
@HitarthM1729 What hardening laws are you interested in? I share a common goal in wanting to implement different hardening rules, and would be happy to help guide development.
In short, much of the hardening is mostly handled in
/src/libfepx/solveit_evp/solve_evp/solve_evp_rstar/update_hardening/*
. You can review the routines there and let me know what questions you have.