47 #ifndef MUELU_MATRIXANALYSISFACTORY_DECL_HPP_
48 #define MUELU_MATRIXANALYSISFACTORY_DECL_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.
void Build(Level &fineLevel, Level &coarseLevel) const
Build an object with this factory.
MueLu::DefaultLocalOrdinal LocalOrdinal
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
MatrixAnalysisFactory()
Constructor.
void checkVectorEntries(const Teuchos::RCP< Vector > &vec, std::string info) const
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
void DeclareInput(Level &fineLevel, Level &coarseLevel) const
Specifies the data that this class needs, and the factories that generate that data.