Type of solve measure norm.
For reference we refer to solving a single linear system A*x=b.
Definition at line 52 of file Thyra_SolveSupportTypes.hpp.
| enum Thyra::ESolveStatus |
Solution status.
Definition at line 199 of file Thyra_SolveSupportTypes.hpp.
Enum that specifies how a LinearOpWithSolveBase object will be used for solves after it is constructed.
Definition at line 290 of file Thyra_SolveSupportTypes.hpp.
Enum defining the status of a preconditioner object.
Definition at line 302 of file Thyra_SolveSupportTypes.hpp.
| void Thyra::accumulateSolveStatus | ( | const SolveCriteria< Scalar > | , | |
| const SolveStatus< Scalar > & | solveStatus, | |||
| const Ptr< SolveStatus< Scalar > > & | overallSolveStatus | |||
| ) |
Accumulate solve status objects for solving a block of RHSs is smaller sub-blocks.
| overallSolveCriteria | [in] The overall solve criteria for the overall blocks. | |
| solveStatus | [in] The solve status for a sub-block (or a single RHS) | |
| overallSolveStatus | [in/out] The accumulated solve status for all the sub-blocks of RHS. |
accumulateSolveStatusInit(overallSolveStatus).
Definition at line 336 of file Thyra_SolveSupportTypes.hpp.
1.4.7