#include <Thyra_SolveSupportTypes.hpp>
Public Types | |
| typedef Teuchos::ScalarTraits< Scalar >::magnitudeType | ScalarMag |
| | |
Public Member Functions | |
| SolveCriteria () | |
| Default construction is for a default solve. | |
| SolveCriteria (ESolveTolType _solveTolType, ScalarMag _requestedTol, int _maxIterations=unspecifiedMaxIterations()) | |
| Construct with a specified solve criteria. | |
Static Public Member Functions | |
| ScalarMag | unspecifiedTolerance () |
| | |
| int | unspecifiedMaxIterations () |
| | |
Public Attributes | |
| ESolveTolType | solveTolType |
The type of solve tolerance requested as given in this->requestedTol. | |
| ScalarMag | requestedTol |
| The requested solve tolerance (what the client would like to see). | |
| int | maxIterations |
| The maximum number of iterations the solver is allowed to take. | |
Definition at line 69 of file Thyra_SolveSupportTypes.hpp.
|
|||||
|
Definition at line 71 of file Thyra_SolveSupportTypes.hpp. |
|
|||||||||
|
Default construction is for a default solve.
Definition at line 94 of file Thyra_SolveSupportTypes.hpp. |
|
||||||||||||||||||||
|
Construct with a specified solve criteria.
Definition at line 100 of file Thyra_SolveSupportTypes.hpp. |
|
|||||||||
|
Definition at line 73 of file Thyra_SolveSupportTypes.hpp. |
|
|||||||||
|
Definition at line 75 of file Thyra_SolveSupportTypes.hpp. |
|
|||||
|
The type of solve tolerance requested as given in
Definition at line 79 of file Thyra_SolveSupportTypes.hpp. |
|
|||||
|
The requested solve tolerance (what the client would like to see).
Only significant if Definition at line 84 of file Thyra_SolveSupportTypes.hpp. |
|
|||||
|
The maximum number of iterations the solver is allowed to take. Note that the interpretation of this integer is 100% implementation defined and should not be used in the most general setting.
This argument may be significant regardless of the value of Definition at line 92 of file Thyra_SolveSupportTypes.hpp. |
1.3.9.1