-
Notifications
You must be signed in to change notification settings - Fork 8
allow non-convergence errors #64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is good and does what we want it to do.
@@ -20,6 +20,7 @@ public enum sinter_AppError | |||
si_SIMULATION_NOT_RUN = 6, | |||
si_SIMULATION_STOPPED = 7, //The user stopped the simulation | |||
si_STOP_FAILED = 8, //The user tried to stop the sim, but the stop timed out. Terminate should probably be called. | |||
si_NONCONVERGENCE_ERROR = 9, //The user tried to stop the sim, but the stop timed out. Terminate should probably be called. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
si_NONCONVERGENCE_ERROR = 9, //The user tried to stop the sim, but the stop timed out. Terminate should probably be called. | |
si_NONCONVERGENCE_ERROR = 9, //The simulation returned results, but nonconvergence errors were thrown |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree with @bpaul4 on fixing the comment for the new state/signal.
Otherwise LGTM.
tagged: 3.3.0-rc -m "Release candidate for version 3.3.0: allow_nonconvergence_errors" |
…rs are detected