47 #ifndef MUELU_MATRIXANALYSISFACTORY_DECL_HPP_ 48 #define MUELU_MATRIXANALYSISFACTORY_DECL_HPP_ 50 #include <Xpetra_Map_fwd.hpp> 51 #include <Xpetra_StridedMap_fwd.hpp> 52 #include <Xpetra_Vector_fwd.hpp> 53 #include <Xpetra_VectorFactory_fwd.hpp> 54 #include <Xpetra_Matrix_fwd.hpp> 94 class MatrixAnalysisFactory :
public TwoLevelFactoryBase {
95 #undef MUELU_MATRIXANALYSISFACTORY_SHORT 120 void DeclareInput(Level &fineLevel, Level &coarseLevel)
const;
128 void Build(Level &fineLevel, Level &coarseLevel)
const;
139 #define MUELU_MATRIXANALYSISFACTORY_SHORT virtual ~MatrixAnalysisFactory()
Destructor.
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
MueLu::DefaultLocalOrdinal LocalOrdinal
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
MatrixAnalysisFactory()
Constructor.
Namespace for MueLu classes and methods.
void DeclareInput(Level &fineLevel, Level &coarseLevel) const
Specifies the data that this class needs, and the factories that generate that data.
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
void Build(Level &fineLevel, Level &coarseLevel) const
Build an object with this factory.
void checkVectorEntries(const Teuchos::RCP< Vector > &vec, std::string info) const