#include <Thyra_SolveSupportTypes.hpp>
Public Types | |
| typedef Teuchos::ScalarTraits< Scalar >::magnitudeType | ScalarMag |
| | |
Public Member Functions | |
| SolveStatus () | |
| | |
Static Public Member Functions | |
| ScalarMag | unknownTolerance () |
| | |
| std::string | achievedTolToString (const ScalarMag &achievedTol) |
| Output the achieveTol field. | |
Public Attributes | |
| ESolveStatus | solveStatus |
| The return status of the solve. | |
| ScalarMag | achievedTol |
The maximum final tolerance actually achieved by the (block) linear solve. A value of unknownTolerance() means that even an estimate of the the final value of the tolerance is unknown. | |
| std::string | message |
| A simple one-line message (i.e. no newlines) returned from the solver. | |
| Teuchos::RefCountPtr< Teuchos::ParameterList > | extraParameters |
| Any extra status parameters. Note that the contents of this parameter list is totally undefined. | |
In the future, more fields may be added to aid in user diagnostics.
Definition at line 215 of file Thyra_SolveSupportTypes.hpp.
|
|||||
|
Definition at line 217 of file Thyra_SolveSupportTypes.hpp. |
|
|||||||||
|
Definition at line 232 of file Thyra_SolveSupportTypes.hpp. |
|
|||||||||
|
Definition at line 219 of file Thyra_SolveSupportTypes.hpp. |
|
||||||||||
|
Output the achieveTol field.
Definition at line 237 of file Thyra_SolveSupportTypes.hpp. |
|
|||||
|
The return status of the solve.
Definition at line 221 of file Thyra_SolveSupportTypes.hpp. |
|
|||||
|
The maximum final tolerance actually achieved by the (block) linear solve. A value of
Definition at line 225 of file Thyra_SolveSupportTypes.hpp. |
|
|||||
|
A simple one-line message (i.e. no newlines) returned from the solver.
Definition at line 227 of file Thyra_SolveSupportTypes.hpp. |
|
|||||
|
Any extra status parameters. Note that the contents of this parameter list is totally undefined.
Definition at line 230 of file Thyra_SolveSupportTypes.hpp. |
1.3.9.1