|
NOX Development
|
Class to convert solver options from command line (or command input file) into a form usable by NOX. More...
#include <NOX_Petsc_Options.H>
Public Member Functions | |
| Options () | |
| Constructor. | |
| Options (Teuchos::ParameterList ¶ms, int rank=0) | |
| Constructor. | |
| ~Options () | |
| Destructor. | |
| bool | setOptions (Teuchos::ParameterList ¶ms) |
| Set parameter list based on options on command line or from file. | |
| Teuchos::RCP< NOX::StatusTest::Combo > & | getStatusTest () |
| Get reference to the final (combo) status test. | |
Class to convert solver options from command line (or command input file) into a form usable by NOX.
Details go here .....
| Options::Options | ( | Teuchos::ParameterList & | params, |
| int | rank = 0 ) |
Constructor.
References setOptions().
| bool Options::setOptions | ( | Teuchos::ParameterList & | params | ) |
Set parameter list based on options on command line or from file.
References NOX::Utils::Details, NOX::Utils::InnerIteration, NOX::StatusTest::Combo::OR, NOX::Utils::OuterIteration, NOX::Utils::OuterIterationStatusTest, NOX::Utils::Parameters, and NOX::Utils::Warning.
Referenced by Options().