NOX  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Classes | Enumerations | Functions
LOCA::StatusTest Namespace Reference

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)
 

Detailed Description

Status checkers.

LOCA StatusTest classes

Enumeration Type Documentation

Type of check that should be done by checkStatus.

Enumerator
Complete 

Evaluate every test and subtest.

Minimal 

Evaluate all tests and subtests that are necessary to determine the status.

None 

Evaluation is entirely optional.

Generic status test to check for convergence or failure of the LOCA continuation.

Enumerated type for status of the iterator

Enumerator
Finished 

The iterator is finished.

Failed 

The iterator has failed.

NotFinished 

The iterator is not finished.

Unevaluated 

The iterator status has not been evaluated.