10 #ifndef MUELU_MATRIXANALYSISFACTORY_DECL_HPP_
11 #define MUELU_MATRIXANALYSISFACTORY_DECL_HPP_
57 class MatrixAnalysisFactory :
public TwoLevelFactoryBase {
58 #undef MUELU_MATRIXANALYSISFACTORY_SHORT
83 void DeclareInput(Level &fineLevel, Level &coarseLevel)
const;
91 void Build(Level &fineLevel, Level &coarseLevel)
const;
102 #define MUELU_MATRIXANALYSISFACTORY_SHORT
virtual ~MatrixAnalysisFactory()
Destructor.
void Build(Level &fineLevel, Level &coarseLevel) const
Build an object with this factory.
MueLu::DefaultLocalOrdinal LocalOrdinal
Tpetra::KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
MatrixAnalysisFactory()
Constructor.
void checkVectorEntries(const Teuchos::RCP< Vector > &vec, std::string info) const
MueLu::DefaultScalar Scalar
Tpetra::Details::DefaultTypes::scalar_type DefaultScalar
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.