Go to the documentation of this file.
47 #ifndef MUELU_BLOCKEDJACOBISMOOTHER_DECL_HPP_
48 #define MUELU_BLOCKEDJACOBISMOOTHER_DECL_HPP_
52 #include <Teuchos_ParameterList.hpp>
54 #include <Xpetra_Matrix_fwd.hpp>
55 #include <Xpetra_BlockedCrsMatrix_fwd.hpp>
56 #include <Xpetra_ReorderedBlockedCrsMatrix_fwd.hpp>
57 #include <Xpetra_MultiVectorFactory_fwd.hpp>
58 #include <Xpetra_MapExtractor_fwd.hpp>
62 #include "MueLu_SmootherPrototype.hpp"
113 template <class Scalar = SmootherPrototype<>::scalar_type,
122 #undef MUELU_BLOCKEDJACOBISMOOTHER_SHORT
170 void Apply(MultiVector& X,
const MultiVector& B,
bool InitialGuessIsZero =
false)
const;
173 RCP<SmootherPrototype>
Copy()
const;
201 std::vector<Teuchos::RCP<const SmootherBase> >
Inverse_;
221 #define MUELU_BLOCKEDJACOBISMOOTHER_SHORT
block Jacobi method for blocked matrices
std::vector< Teuchos::RCP< const SmootherBase > > Inverse_
vector of smoother/solver factories
RCP< const MapExtractorClass > rangeMapExtractor_
domain map extractor (from A_ generated by AFact)
void DeclareInput(Level ¤tLevel) const
Input.
RCP< Matrix > A_
internal blocked operator "A" generated by AFact_
virtual ~BlockedJacobiSmoother()
Destructor.
GlobalOrdinal global_ordinal_type
Xpetra::MapExtractor< Scalar, LocalOrdinal, GlobalOrdinal, Node > MapExtractorClass
std::string type_
smoother type
std::vector< Teuchos::RCP< const FactoryManagerBase > > FactManager_
vector of factory managers
Namespace for MueLu classes and methods.
BlockedJacobiSmoother()
Constructor.
void Setup(Level ¤tLevel)
Setup routine In the Setup method the Inverse_ vector is filled with the corresponding SmootherBase o...
void print(Teuchos::FancyOStream &out, const VerbLevel verbLevel=Default) const
Print the object with some verbosity level to an FancyOStream object.
void Apply(MultiVector &X, const MultiVector &B, bool InitialGuessIsZero=false) const
Apply the direct solver.
RCP< FactoryBase > AFact_
A Factory.
RCP< const MapExtractorClass > domainMapExtractor_
std::vector< bool > bIsBlockedOperator_
vector storing whether sub-block is a blocked operator (needed for nested blocked smoothers using Thy...
void AddFactoryManager(RCP< const FactoryManagerBase > FactManager, int pos)
Add a factory manager.
size_t getNodeSmootherComplexity() const
Get a rough estimate of cost per iteration.
Base class for smoother prototypes.
LocalOrdinal local_ordinal_type
RCP< SmootherPrototype > Copy() const
RCP< const ParameterList > GetValidParameterList() const
Input.
std::string description() const
Return a simple one-line description of this object.
Class that holds all level-specific information.