10#ifndef MUELU_BELOSSMOOTHER_DECL_HPP
11#define MUELU_BELOSSMOOTHER_DECL_HPP
13#include <Teuchos_ParameterList.hpp>
15#include <Xpetra_Matrix_fwd.hpp>
16#include <Xpetra_MultiVectorFactory_fwd.hpp>
20#if defined(HAVE_MUELU_BELOS)
24#include "BelosTpetraAdapter.hpp"
25#include <Tpetra_Operator.hpp>
26#include <Tpetra_MultiVector.hpp>
29#include "MueLu_SmootherPrototype.hpp"
32#include <BelosSolverManager.hpp>
46template <class Scalar = SmootherPrototype<>::scalar_type,
51#undef MUELU_BELOSSMOOTHER_SHORT
69 template <
class Scalar2,
class LocalOrdinal2,
class GlobalOrdinal2,
class Node2>
73 BelosSmoother(
const std::string type,
const Teuchos::ParameterList& paramList = Teuchos::ParameterList());
107 void Apply(MultiVector& X,
const MultiVector& B,
bool InitialGuessIsZero =
false)
const;
114 RCP<SmootherPrototype>
Copy()
const;
143 typedef Tpetra::MultiVector<SC, LO, GO, NO>
tMV;
144 typedef Tpetra::Operator<SC, LO, GO, NO>
tOP;
146 RCP<Belos::SolverManager<Scalar, tMV, tOP> >
tSolver_;
155#define MUELU_BELOSSMOOTHER_SHORT
MueLu::DefaultLocalOrdinal LocalOrdinal
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Class that encapsulates Belos smoothers.
Tpetra::MultiVector< SC, LO, GO, NO > tMV
RCP< Belos::SolverManager< Scalar, tMV, tOP > > tSolver_
void Apply(MultiVector &X, const MultiVector &B, bool InitialGuessIsZero=false) const
Apply the preconditioner.
void print(Teuchos::FancyOStream &out, const VerbLevel verbLevel=Default) const
Print the object with some verbosity level to an FancyOStream object.
friend class BelosSmoother
Constructor.
RCP< Belos::LinearProblem< Scalar, tMV, tOP > > tBelosProblem_
RCP< Matrix > A_
matrix, used in apply if solving residual equation
Tpetra::Operator< SC, LO, GO, NO > tOP
void SetParameterList(const Teuchos::ParameterList ¶mList)
Set parameters from a parameter list and return with default values.
void DeclareInput(Level ¤tLevel) const
Input.
void SetupBelos(Level ¤tLevel)
virtual ~BelosSmoother()=default
Destructor.
std::string description() const
Return a simple one-line description of this object.
size_t getNodeSmootherComplexity() const
For diagnostic purposes.
void Setup(Level ¤tLevel)
Set up the smoother.
RCP< SmootherPrototype > Copy() const
Class that holds all level-specific information.
Base class for smoother prototypes.
GlobalOrdinal global_ordinal_type
LocalOrdinal local_ordinal_type
Namespace for MueLu classes and methods.