Go to the documentation of this file.
53 #ifndef MUELU_PERMUTINGSMOOTHER_DECL_HPP
54 #define MUELU_PERMUTINGSMOOTHER_DECL_HPP
66 #include "MueLu_SmootherPrototype.hpp"
81 template <class Scalar = SmootherPrototype<>::scalar_type,
87 #undef MUELU_PERMUTINGSMOOTHER_SHORT
177 #define MUELU_PERMUTINGSMOOTHER_SHORT
PermutingSmoother(std::string const &mapName, const RCP< const FactoryBase > &mapFact, std::string const &type="", const Teuchos::ParameterList ¶mList=Teuchos::ParameterList(), LO const &overlap=0, RCP< FactoryBase > permFact=Teuchos::null)
Constructor.
void DeclareInput(Level ¤tLevel) const
Input.
RCP< Matrix > permP_
permP matrix object
GlobalOrdinal global_ordinal_type
Classes::MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > MultiVector
Namespace for MueLu classes and methods.
RCP< SmootherPrototype > Copy() const
RCP< Matrix > permQT_
permQT matrix object
Teuchos::RCP< Matrix > diagScalingOp_
scaling matrix object
RCP< SmootherPrototype > s_
Smoother.
void Setup(Level ¤tLevel)
Set up the direct solver.
virtual ~PermutingSmoother()
Destructor.
This class first calculates row- and column permutation operators and applies a smoother to the permu...
size_t getNodeSmootherComplexity() const
Get a rough estimate of cost per iteration.
Base class for smoother prototypes.
std::string description() const
Return a simple one-line description of this object.
RCP< FactoryBase > permFact_
Permutation Factory.
void Apply(MultiVector &X, const MultiVector &B, bool InitialGuessIsZero=false) const
Apply the direct solver. Solves the linear system AX=B using the constructed solver.
LO overlap_
overlap when using the smoother in additive Schwarz mode
LocalOrdinal local_ordinal_type
std::string type_
ifpack1/2-specific key phrase that denote smoother type
void print(Teuchos::FancyOStream &out, const VerbLevel verbLevel=Default) const
Print the object with some verbosity level to an FancyOStream object.
Class that holds all level-specific information.