NOX
Development
|
Status checkers. More...
Classes | |
class | Abstract |
class | Combo |
Arbitrary combination of status tests. More... | |
class | Factory |
Factory to build a set of status tests from a parameter list. More... | |
class | MaxIters |
Failure test based on the maximum number of continuation steps. More... | |
class | Wrapper |
A wrapper class for wrapping a NOX status test. More... | |
Enumerations | |
enum | StatusType { Finished = 1, Failed = 0, NotFinished = -1, Unevaluated = -2 } |
Generic status test to check for convergence or failure of the LOCA continuation. More... | |
enum | CheckType { Complete, Minimal, None } |
Type of check that should be done by checkStatus. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, LOCA::StatusTest::StatusType status) |
Status checkers.
LOCA StatusTest classes