How to print the output just before failed-solve ? #16994
Answered
by
aeslaughter
KamalnathOSU
asked this question in
Q&A Modules: General
-
Dear all, I am running a lengthy phase-field simulation where I print the exodus output for every 1000 iterations. After the a few thousand iterations, my simulations stopped because of "failed-solve". Is there any way in which I can get the exodus file at the last time step before my simulation stops ? I tried adding
But it does not print *_end.e file. Regards, |
Beta Was this translation helpful? Give feedback.
Answered by
aeslaughter
Feb 16, 2021
Replies: 1 comment 1 reply
-
Give |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
KamalnathOSU
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Give
execute_on='FAILED'
a try.