47 #ifndef MUELU_INVERSEAPPROXIMATIONFACTORY_DECL_HPP_ 48 #define MUELU_INVERSEAPPROXIMATIONFACTORY_DECL_HPP_ 52 #include <Teuchos_ParameterList.hpp> 54 #include <Xpetra_CrsMatrix_fwd.hpp> 55 #include <Xpetra_CrsMatrixWrap_fwd.hpp> 56 #include <Xpetra_MapExtractor_fwd.hpp> 57 #include <Xpetra_Map_fwd.hpp> 58 #include <Xpetra_StridedMap_fwd.hpp> 107 #undef MUELU_INVERSEAPPROXIMATIONFACTORY_SHORT 136 RCP<Matrix>
GetSparseInverse(
const RCP<Matrix>& A,
const RCP<const CrsGraph>& sparsityPattern)
const;
142 #define MUELU_INVERSEAPPROXIMATIONFACTORY_SHORT
MueLu::DefaultLocalOrdinal LocalOrdinal
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
RCP< Matrix > GetSparseInverse(const RCP< Matrix > &A, const RCP< const CrsGraph > &sparsityPattern) const
Sparse inverse calculation method.
Namespace for MueLu classes and methods.
InverseApproximationFactory()=default
Constructor.
void Build(Level ¤tLevel) const
Build an object with this factory.
void DeclareInput(Level ¤tLevel) const
Input.
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< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
Base class for factories that use one level (currentLevel).