#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. | |
Private Types | |
| enum | { maxStringLength = 256 } |
Private Attributes | |
| char | optionString [maxStringLength] |
| PetscTruth | flg |
| int | ierr |
| int | rank |
| Teuchos::RCP < NOX::StatusTest::MaxIters > | testMaxIters |
| Supported convergence criteria. | |
|
Teuchos::RCP < NOX::StatusTest::NormF > | testNormF |
|
Teuchos::RCP < NOX::StatusTest::NormUpdate > | testNormUpdate |
|
Teuchos::RCP < NOX::StatusTest::Combo > | testCombo |
Details go here .....
Definition at line 55 of file NOX_Petsc_Options.H.
| Options::Options | ( | ) |
| Options::Options | ( | Teuchos::ParameterList & | params, | |
| int | rank = 0 | |||
| ) |
| Options::~Options | ( | ) |
| bool Options::setOptions | ( | Teuchos::ParameterList & | params | ) |
Set parameter list based on options on command line or from file.
Definition at line 62 of file NOX_Petsc_Options.C.
References NOX::Utils::Details, NOX::Utils::InnerIteration, NOX::StatusTest::Combo::OR, NOX::Utils::OuterIteration, NOX::Utils::OuterIterationStatusTest, NOX::Utils::Parameters, testMaxIters, and NOX::Utils::Warning.
Referenced by Options().
| Teuchos::RCP< NOX::StatusTest::Combo > & Options::getStatusTest | ( | ) |
Teuchos::RCP<NOX::StatusTest::MaxIters> NOX::Petsc::Options::testMaxIters [private] |
Supported convergence criteria.
Definition at line 83 of file NOX_Petsc_Options.H.
Referenced by setOptions().
1.5.9