Replies: 1 comment 4 replies
-
Ok, an easy one :) You set the time increment to dt = time[tn] - time[tn - 1]
mgisbv.integrate(m, mit, dt, 0, m.n) |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am implementing an elasto-visco-plastic problem (for polycrystals) in python and I want to use Mfront as an integration function (for behaviour) through MGIS. In order the make sure that everything is correct, I picked the "Meric Cailletaud" model as an example and I compared the results generated by MGIS and MTEST.
My example is found in this link: https://github.com/NsmKsm/compare_mgis_mtest,
The generated results from MGIS and MTEST are different and, sadly, I could not figure out what's happening.
Thanks in advance,
Best,
Beta Was this translation helpful? Give feedback.
All reactions