NOX  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
NOX Parameter Reference Page

All parameters are specified via parameter lists as defined by the Teuchos::ParameterList class.

Here is the basic hierarchical structure of the top level parameter list that is passed to a NOX::Solver::Factory object or the builder method.

Note
These parameters are valid for the general NOX library. The LAPACK, Epetra, Thyra, and PETSc Group/Vector support objects have their own set of parameters that are documented on each object's doxygen page.

A user can build a set of status tests from an independent parameter list using the NOX::StatusTest::Factory. See this objects documentation for details on how to build that parameter list.