Classes | |
| class | NOX::StatusTest::Combo |
| Arbitrary combination of status tests. More... | |
| class | NOX::StatusTest::Divergence |
| Failure test based on a threshold value of the norm of F. More... | |
| class | NOX::StatusTest::FiniteValue |
| Failure test based on whether the norm of a vector has a finite value. More... | |
| class | NOX::StatusTest::Generic |
| Generic status test to check for convergence or failure of the nonlinear solver. More... | |
| class | NOX::StatusTest::MaxIters |
| Failure test based on the maximum number of nonlinear solver iterations. More... | |
| class | NOX::StatusTest::NormF |
| Various convergence tests based on the norm of the residual. More... | |
| class | NOX::StatusTest::NormUpdate |
Various convergence tests based on the norm of the change in the solution vector, , between outer iterations. More... | |
| class | NOX::StatusTest::NormWRMS |
| Convergence test based on the weighted root mean square norm fo the solution update between iterations. More... | |
| class | NOX::StatusTest::Stagnation |
| Failure test based on the convergence rate between nonlinear iterations. More... | |
Enumerations | |
| enum | StatusType { Unevaluated = -2, Unconverged = 0, Converged = 1, Failed = -1 } |
| Status type. More... | |
| enum | CheckType { Complete, Minimal, None } |
| Type of check that should be done by checkStatus. More... | |
|
|
Type of check that should be done by checkStatus.
|
|
|
Status type.
|
1.3.9.1