Go to the documentation of this file.
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>
Belos header file which uses auto-configuration information to include necessary C++ headers.
FixedPointIterationInitFailure is thrown when the FixedPointIteration object is unable to generate an...
FixedPointIterationState()
FixedPointIterateFailure is thrown when the FixedPointIteration object is unable to compute the next ...
Teuchos::RCP< const MV > R
The current residual.
FixedPointIterationOrthoFailure(const std::string &what_arg)
FixedPointIterationLAPACKFailure is thrown when a nonzero return value is passed back from an LAPACK ...
Teuchos::RCP< const MV > Z
The current preconditioned residual.
FixedPointIterateFailure(const std::string &what_arg)
FixedPointIterationInitFailure(const std::string &what_arg)
FixedPointIterationLAPACKFailure(const std::string &what_arg)
Parent class to all Belos exceptions.
FixedPointIterationOrthoFailure is thrown when the FixedPointIteration object is unable to compute in...
Collection of types and exceptions used within the Belos solvers.
Pure virtual base class which describes the basic interface to the linear solver iteration.
Structure to contain pointers to FixedPointIteration state variables.
virtual FixedPointIterationState< ScalarType, MV > getState() const =0
Get the current state of the linear solver.
virtual void initializeFixedPoint(FixedPointIterationState< ScalarType, MV > &newstate)=0
Initialize the solver to an iterate, providing a complete state.
Generated on Thu Feb 27 2020 16:06:46 for Belos by
1.8.16