#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::RCP< Teuchos::ParameterList > &_extraParameters=Teuchos::null) | |
| Construct with a specified solve criteria. | |
Static Public Member Functions | |
| static 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::RCP< 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 136 of file Thyra_SolveSupportTypes.hpp.
| typedef Teuchos::ScalarTraits<Scalar>::magnitudeType Thyra::SolveCriteria< Scalar >::ScalarMag |
| Thyra::SolveCriteria< Scalar >::SolveCriteria | ( | ) | [inline] |
Default construction to use default solve criteria.
Definition at line 152 of file Thyra_SolveSupportTypes.hpp.
| Thyra::SolveCriteria< Scalar >::SolveCriteria | ( | SolveMeasureType | _solveMeasureType, | |
| ScalarMag | _requestedTol, | |||
| const Teuchos::RCP< Teuchos::ParameterList > & | _extraParameters = Teuchos::null | |||
| ) | [inline] |
Construct with a specified solve criteria.
Definition at line 157 of file Thyra_SolveSupportTypes.hpp.
| static ScalarMag Thyra::SolveCriteria< Scalar >::unspecifiedTolerance | ( | ) | [inline, static] |
| SolveMeasureType Thyra::SolveCriteria< Scalar >::solveMeasureType |
The type of solve tolerance requested as given in this->requestedTol.
Definition at line 143 of file Thyra_SolveSupportTypes.hpp.
| ScalarMag Thyra::SolveCriteria< Scalar >::requestedTol |
The requested solve tolerance (what the client would like to see). Only significant if !this->solveMeasureType.useDefault().
Definition at line 146 of file Thyra_SolveSupportTypes.hpp.
| Teuchos::RCP<Teuchos::ParameterList> Thyra::SolveCriteria< Scalar >::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 150 of file Thyra_SolveSupportTypes.hpp.
1.4.7