46 #ifndef MUELU_SMOOTHERBASE_HPP
47 #define MUELU_SMOOTHERBASE_HPP
49 #include "Xpetra_MultiVector.hpp"
77 #undef MUELU_SMOOTHERBASE_SHORT
91 virtual void Apply(MultiVector& x,
const MultiVector& rhs,
bool InitialGuessIsZero =
false)
const = 0;
115 #define MUELU_SMOOTHERBASE_SHORT
MueLu::DefaultLocalOrdinal LocalOrdinal
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Base class for MueLu classes.
Base class for smoothers.
bool constructionSuccessful_
void declareConstructionOutcome(bool fail, std::string msg)
bool constructionSuccessful()
LocalOrdinal local_ordinal_type
std::string constructionErrorMsg_
virtual void Apply(MultiVector &x, const MultiVector &rhs, bool InitialGuessIsZero=false) const =0
Apply smoother.
std::string constructionErrorMsg()
GlobalOrdinal global_ordinal_type
virtual size_t getNodeSmootherComplexity() const =0
Compute a rough estimate of the cost to apply this smoother on this MPI rank. Return Teuchos::Ordinal...
Namespace for MueLu classes and methods.
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode