53 #ifndef MUELU_SCHURCOMPLEMENTFACTORY_DECL_HPP_ 54 #define MUELU_SCHURCOMPLEMENTFACTORY_DECL_HPP_ 71 #include "MueLu_SmootherPrototype.hpp" 87 template <
class Scalar =
double,
class LocalOrdinal =
int,
class GlobalOrdinal = LocalOrdinal,
class Node = KokkosClassic::DefaultNode::DefaultNodeType>
89 #undef MUELU_SCHURCOMPLEMENTFACTORY_SHORT 127 #define MUELU_SCHURCOMPLEMENTFACTORY_SHORT
SchurComplementFactory()
Constructor.
void DeclareInput(Level ¤tLevel) const
Input.
Namespace for MueLu classes and methods.
Class that holds all level-specific information.
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
Factory for building the Schur Complement for a 2x2 block matrix.
virtual ~SchurComplementFactory()
Destructor.
void Build(Level ¤tLevel) const
Build an object with this factory.
Base class for factories that use one level (currentLevel).