-
Hello,
If I use KSTOP=1, and solution does not converge, I get message "Run continued at user request.", see output and next substep proceeds (without bisection!). So the behavior is like KSTOP=0.
Can it be, that In my opinion the options KSTOP 0 or 1 would be sufficient and then the python code can decide how to proceed based on |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 10 replies
-
Hi @vymlatilp Which MAPDL version are you using? Can you show/send the solution commands used? I'd like to test this out with the specific solution setup if possible. |
Beta Was this translation helpful? Give feedback.
-
Hi @vymlatilp (Sorry, this GitHub text entry gets the better of me all the time...not sure why I can't figure out how to indent regular text) The non_interactive writes a input file of the commands that follow and issues a /input to MAPDL to read the file. This way if/when the solution does error out there is a finish command waiting for it (the ncnv command). This should then result in a run-time error, but the MAPDL instance still be running and can now process more commands: Mike |
Beta Was this translation helpful? Give feedback.
-
For convenience, I'm quoting here the answer given by @mikerife
Link: #1230 (reply in thread) |
Beta Was this translation helpful? Give feedback.
For convenience, I'm quoting here the answer given by @mikerife
Link: #1230 (reply in thread)