Namespaces | |
| namespace | Abstract |
| NOX abstract interface for vector and group | |
| namespace | Solver |
| NOX nonlinear solvers namespace. | |
| namespace | Direction |
| Search direction strategies. | |
| namespace | LineSearch |
| NOX linesearches. | |
| namespace | StatusTest |
| Status checkers. | |
| namespace | LAPACK |
| NOX BLAS/LAPACK support. | |
| namespace | Epetra |
| Improved version of the Epetra support class. | |
| namespace | Thyra |
| NOX Thyra support. | |
| namespace | Petsc |
| NOX Petsc support. | |
| namespace | Belos |
| NOX Belos support | |
Classes | |
| class | GlobalData |
| Container class to hold "global" NOX objects. More... | |
| class | MultiVector |
| Default implementation for NOX::Abstract::MultiVector using an array of NOX::Abstract::MultiVector's. More... | |
| class | Random |
| A class to compute uniformly distributed random numbers in (-1,1). More... | |
| class | SharedObject |
| Holder for objects that are shared between NOX::Abstract::Groups. More... | |
| class | Utils |
| Provides printing utilities. More... | |
Enumerations | |
| enum | CopyType { DeepCopy, ShapeCopy } |
| Specify whether to copy using deep copy or just copy by shape. More... | |
Functions | |
| string | version () |
| Returns a string with the current version number of the NOX code. | |
| enum NOX::CopyType |
Specify whether to copy using deep copy or just copy by shape.
Definition at line 59 of file NOX_Abstract_Vector.H.
| string NOX::version | ( | ) |
Returns a string with the current version number of the NOX code.
Definition at line 41 of file NOX_Version.C.
1.5.9