#include <Thyra_SolveSupportTypes.hpp>
Public Types | |
| typedef Teuchos::ScalarTraits< Scalar >::magnitudeType | ScalarMag |
| | |
Public Member Functions | |
| SolveCriteria () | |
| Default construction to use default solve criteria. | |
| SolveCriteria (SolveMeasureType _solveMeasureType, ScalarMag _requestedTol, const Teuchos::RefCountPtr< Teuchos::ParameterList > &_extraParameters=Teuchos::null) | |
| Construct with a specified solve criteria. | |
Static Public Member Functions | |
| ScalarMag | unspecifiedTolerance () |
| | |
Public Attributes | |
| SolveMeasureType | solveMeasureType |
The type of solve tolerance requested as given in this->requestedTol. | |
| ScalarMag | requestedTol |
The requested solve tolerance (what the client would like to see). Only significant if !this->solveMeasureType.useDefault(). | |
| Teuchos::RefCountPtr< Teuchos::ParameterList > | extraParameters |
| Any extra control parameters. Note that the contents of this parameter list is totally undefined and any client that uses this does so at their own peril! | |
Definition at line 129 of file Thyra_SolveSupportTypes.hpp.
|
|||||
|
Definition at line 131 of file Thyra_SolveSupportTypes.hpp. |
|
|||||||||
|
Default construction to use default solve criteria.
Definition at line 145 of file Thyra_SolveSupportTypes.hpp. |
|
||||||||||||||||||||
|
Construct with a specified solve criteria.
Definition at line 150 of file Thyra_SolveSupportTypes.hpp. |
|
|||||||||
|
Definition at line 133 of file Thyra_SolveSupportTypes.hpp. |
|
|||||
|
The type of solve tolerance requested as given in
Definition at line 136 of file Thyra_SolveSupportTypes.hpp. |
|
|||||
|
The requested solve tolerance (what the client would like to see). Only significant if
Definition at line 139 of file Thyra_SolveSupportTypes.hpp. |
|
|||||
|
Any extra control parameters. Note that the contents of this parameter list is totally undefined and any client that uses this does so at their own peril!
Definition at line 143 of file Thyra_SolveSupportTypes.hpp. |
1.3.9.1