53 #ifndef MUELU_SCHURCOMPLEMENTFACTORY_DECL_HPP_
54 #define MUELU_SCHURCOMPLEMENTFACTORY_DECL_HPP_
60 #include <Xpetra_CrsMatrix_fwd.hpp>
61 #include <Xpetra_CrsMatrixWrap_fwd.hpp>
62 #include <Xpetra_MapExtractor_fwd.hpp>
63 #include <Xpetra_Map_fwd.hpp>
64 #include <Xpetra_StridedMap_fwd.hpp>
71 #include "MueLu_SmootherPrototype.hpp"
92 #undef MUELU_SCHURCOMPLEMENTFACTORY_SHORT
130 #define MUELU_SCHURCOMPLEMENTFACTORY_SHORT
MueLu::DefaultLocalOrdinal LocalOrdinal
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
SchurComplementFactory()
Constructor.
void DeclareInput(Level ¤tLevel) const
Input.
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Class that holds all level-specific information.
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
void Build(Level ¤tLevel) const
Build an object with this factory.
Factory for building the Schur Complement for a 2x2 block matrix.
virtual ~SchurComplementFactory()
Destructor.
Base class for factories that use one level (currentLevel).