46 #ifndef MUELU_SOLVERBASE_HPP 47 #define MUELU_SOLVERBASE_HPP 49 #include <Xpetra_MultiVector_fwd.hpp> 50 #include <Xpetra_Matrix_fwd.hpp> 68 #undef MUELU_SOLVERBASE_SHORT 88 virtual void Iterate(
const Matrix& A,
const Constraint& C,
const Matrix& P0, RCP<Matrix>& P)
const = 0;
96 #define MUELU_SOLVERBASE_SHORT 98 #endif //ifndef MUELU_SOLVERBASE_HPP MueLu::DefaultLocalOrdinal LocalOrdinal
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
Constraint space information for the potential prolongator.
Namespace for MueLu classes and methods.
virtual void Iterate(const Matrix &A, const Constraint &C, const Matrix &P0, RCP< Matrix > &P) const =0
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Base class for MueLu classes.
Base class for energy-minimization iterative solvers.