46 #ifndef MUELU_BELOSSMOOTHER_DECL_HPP
47 #define MUELU_BELOSSMOOTHER_DECL_HPP
51 #include <Xpetra_Matrix_fwd.hpp>
52 #include <Xpetra_MultiVectorFactory_fwd.hpp>
56 #if defined(HAVE_MUELU_BELOS)
60 #ifdef HAVE_XPETRA_TPETRA
61 #include "BelosTpetraAdapter.hpp"
62 #include <Tpetra_Operator.hpp>
63 #include <Tpetra_MultiVector.hpp>
69 #include "MueLu_SmootherPrototype.hpp"
72 #include <BelosSolverManager.hpp>
87 template <class Scalar = SmootherPrototype<>::scalar_type,
88 class LocalOrdinal =
typename SmootherPrototype<Scalar>::local_ordinal_type,
89 class GlobalOrdinal =
typename SmootherPrototype<Scalar, LocalOrdinal>::global_ordinal_type,
90 class Node =
typename SmootherPrototype<Scalar, LocalOrdinal, GlobalOrdinal>::node_type>
92 #undef MUELU_BELOSSMOOTHER_SHORT
111 template<
class Scalar2,
class LocalOrdinal2,
class GlobalOrdinal2,
class Node2>
149 void Apply(MultiVector& X,
const MultiVector& B,
bool InitialGuessIsZero =
false)
const;
186 #ifdef HAVE_MUELU_TPETRA
187 typedef Tpetra::MultiVector<SC, LO, GO, NO>
tMV;
188 typedef Tpetra::Operator<SC, LO, GO, NO>
tOP;
199 #ifdef HAVE_MUELU_EPETRA
201 # if ((defined(EPETRA_HAVE_OMP) && (!defined(HAVE_TPETRA_INST_OPENMP) || !defined(HAVE_TPETRA_INST_INT_INT))) || \
202 (!defined(EPETRA_HAVE_OMP) && (!defined(HAVE_TPETRA_INST_SERIAL) || !defined(HAVE_TPETRA_INST_INT_INT))))
210 #undef MUELU_BELOSSMOOTHER_SHORT
216 template<
class Scalar2,
class LocalOrdinal2,
class GlobalOrdinal2,
class Node2>
229 void Apply(MultiVector& X,
const MultiVector& B,
bool InitialGuessIsZero =
false)
const {}
241 #endif // HAVE_MUELU_EPETRA
246 #define MUELU_BELOSSMOOTHER_SHORT
247 #endif // HAVE_MUELU_BELOS
248 #endif // MUELU_BELOSSMOOTHER_DECL_HPP
virtual ~BelosSmoother()=default
Destructor.
BelosSmoother(const std::string &type, const Teuchos::ParameterList ¶mList=Teuchos::ParameterList(), const LocalOrdinal &overlap=0)
MueLu::DefaultLocalOrdinal LocalOrdinal
void print(Teuchos::FancyOStream &out, const VerbLevel verbLevel=Default) const
Print the object with some verbosity level to an FancyOStream object.
RCP< Matrix > A_
matrix, used in apply if solving residual equation
Class that encapsulates Belos smoothers.
Base class for smoother prototypes.
void Setup(Level ¤tLevel)
Set up the smoother.
Tpetra::Operator< SC, LO, GO, NO > tOP
size_t getNodeSmootherComplexity() const
Get a rough estimate of cost per iteration.
size_t getNodeSmootherComplexity() const
For diagnostic purposes.
RCP< SmootherPrototype > Copy() const
RCP< Belos::SolverManager< Scalar, tMV, tOP > > tSolver_
RCP< SmootherPrototype > Copy() const
RCP< Belos::LinearProblem< Scalar, tMV, tOP > > tBelosProblem_
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Class that holds all level-specific information.
void DeclareInput(Level ¤tLevel) const
Input.
#define MUELU_TPETRA_ETI_EXCEPTION(cl, obj, go)
void SetupBelos(Level ¤tLevel)
friend class BelosSmoother
Constructor.
void Setup(Level ¤tLevel)
void print(Teuchos::FancyOStream &out, const VerbLevel verbLevel=Default) const
void Apply(MultiVector &X, const MultiVector &B, bool InitialGuessIsZero=false) const
Apply the preconditioner.
void SetParameterList(const Teuchos::ParameterList ¶mList)
Set parameters from a parameter list and return with default values.
Kokkos::Compat::KokkosSerialWrapperNode EpetraNode
Tpetra::MultiVector< SC, LO, GO, NO > tMV
void Apply(MultiVector &X, const MultiVector &B, bool InitialGuessIsZero=false) const
Apply smoother.
void SetParameterList(const Teuchos::ParameterList ¶mList)
Set parameters from a parameter list and return with default values.
void DeclareInput(Level ¤tLevel) const
Input.
std::string description() const
Return a simple one-line description of this object.
std::string description() const
Return a simple one-line description of this object.