46 #ifndef MUELU_SMOOTHERBASE_HPP
47 #define MUELU_SMOOTHERBASE_HPP
64 template <class Scalar = Xpetra::MultiVector<>::scalar_type,
77 #undef MUELU_SMOOTHERBASE_SHORT
91 virtual void Apply(MultiVector& x,
const MultiVector& rhs,
bool InitialGuessIsZero =
false)
const = 0;
101 #define MUELU_SMOOTHERBASE_SHORT
103 #endif //ifndef MUELU_SMOOTHERBASE_HPP
GlobalOrdinal global_ordinal_type
LocalOrdinal local_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...
Base class for smoothers.
Base class for MueLu classes.
virtual void Apply(MultiVector &x, const MultiVector &rhs, bool InitialGuessIsZero=false) const =0
Apply smoother.