Enumerations | |
enum | Status { Running = -1, ImproperInputParameters = 0, RelativeErrorTooSmall = 1, TooManyFunctionEvaluation = 2, TolTooSmall = 3, NotMakingProgressJacobian = 4, NotMakingProgressIterations = 5, UserAsked = 6 } |
Enumerator | |
---|---|
Running | |
ImproperInputParameters | |
RelativeErrorTooSmall | |
TooManyFunctionEvaluation | |
TolTooSmall | |
NotMakingProgressJacobian | |
NotMakingProgressIterations | |
UserAsked |
Definition at line 19 of file HybridNonLinearSolver.h.