17 #ifndef MUELU_SCHURCOMPLEMENTFACTORY_DECL_HPP_
18 #define MUELU_SCHURCOMPLEMENTFACTORY_DECL_HPP_
71 #undef MUELU_SCHURCOMPLEMENTFACTORY_SHORT
106 #define MUELU_SCHURCOMPLEMENTFACTORY_SHORT
RCP< Matrix > ComputeSchurComplement(RCP< BlockedCrsMatrix > &bA, RCP< Matrix > &Ainv) const
Schur complement calculation method.
MueLu::DefaultLocalOrdinal LocalOrdinal
Tpetra::KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
void DeclareInput(Level ¤tLevel) const
Input.
MueLu::DefaultScalar Scalar
Tpetra::Details::DefaultTypes::scalar_type DefaultScalar
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.
SchurComplementFactory()=default
Constructor.
Base class for factories that use one level (currentLevel).