10 #ifndef MUELU_INVERSEAPPROXIMATIONFACTORY_DECL_HPP_
11 #define MUELU_INVERSEAPPROXIMATIONFACTORY_DECL_HPP_
64 #undef MUELU_INVERSEAPPROXIMATIONFACTORY_SHORT
99 #define MUELU_INVERSEAPPROXIMATIONFACTORY_SHORT
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
MueLu::DefaultLocalOrdinal LocalOrdinal
Tpetra::KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
InverseApproximationFactory()=default
Constructor.
void Build(Level ¤tLevel) const
Build an object with this factory.
Factory for building the approximate inverse of a matrix.
MueLu::DefaultScalar Scalar
Tpetra::Details::DefaultTypes::scalar_type DefaultScalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Class that holds all level-specific information.
RCP< Matrix > GetSparseInverse(const RCP< Matrix > &A, const RCP< const CrsGraph > &sparsityPattern) const
Sparse inverse calculation method.
void DeclareInput(Level ¤tLevel) const
Input.
Base class for factories that use one level (currentLevel).