42 #ifndef BELOS_FIXEDPOINT_ITERATION_HPP 43 #define BELOS_FIXEDPOINT_ITERATION_HPP 62 template <
class ScalarType,
class MV>
66 Teuchos::RCP<const MV>
R;
69 Teuchos::RCP<const MV>
Z;
126 template<
class ScalarType,
class MV,
class OP>
Collection of types and exceptions used within the Belos solvers.
FixedPointIterationInitFailure is thrown when the FixedPointIteration object is unable to generate an...
FixedPointIterationOrthoFailure is thrown when the FixedPointIteration object is unable to compute in...
FixedPointIterateFailure(const std::string &what_arg)
Pure virtual base class which describes the basic interface to the linear solver iteration.
FixedPointIterationState()
FixedPointIterateFailure is thrown when the FixedPointIteration object is unable to compute the next ...
FixedPointIterationLAPACKFailure(const std::string &what_arg)
Teuchos::RCP< const MV > R
The current residual.
Structure to contain pointers to FixedPointIteration state variables.
FixedPointIterationOrthoFailure(const std::string &what_arg)
FixedPointIterationInitFailure(const std::string &what_arg)
Teuchos::RCP< const MV > Z
The current preconditioned residual.
Parent class to all Belos exceptions.
FixedPointIterationLAPACKFailure is thrown when a nonzero return value is passed back from an LAPACK ...
Belos header file which uses auto-configuration information to include necessary C++ headers...