47 #ifndef MUELU_MLPARAMETERLISTINTERPRETER_DECL_HPP
48 #define MUELU_MLPARAMETERLISTINTERPRETER_DECL_HPP
52 #include <Xpetra_Matrix_fwd.hpp>
53 #include <Xpetra_MultiVector_fwd.hpp>
54 #include <Xpetra_Operator_fwd.hpp>
82 #if defined(HAVE_MUELU_ISORROPIA) && defined(HAVE_MPI)
112 void CreateSublists(
const ParameterList &List, ParameterList &newList);
129 #undef MUELU_MLPARAMETERLISTINTERPRETER_SHORT
234 #define MUELU_MLPARAMETERLISTINTERPRETER_SHORT
MueLu::DefaultLocalOrdinal LocalOrdinal
MLParameterListInterpreter()
Constructor.
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
double * xcoord_
coordinates can be embedded in the ML parameter list
int blksize_
Matrix configuration storage.
void AddTransferFactory(const RCP< FactoryBase > &factory)
Add transfer factory in the end of list of transfer factories for RAPFactory.
virtual void SetupHierarchy(Hierarchy &H) const
Setup Hierarchy object.
void CreateSublists(const ParameterList &List, ParameterList &newList)
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
static RCP< SmootherFactory > GetSmootherFactory(const Teuchos::ParameterList ¶mList, const RCP< FactoryBase > &AFact=Teuchos::null)
Read smoother options and build the corresponding smoother factory.
virtual void SetupOperator(Operator &Op) const
Setup Operator object.
size_t NumTransferFactories() const
Returns number of transfer factories.
int nullspaceDim_
nullspace can be embedded in the ML parameter list
virtual ~MLParameterListInterpreter()
Destructor.
Class that accepts ML-style parameters and builds a MueLu preconditioner. This interpreter uses the s...
std::vector< RCP< FactoryBase > > TransferFacts_
void SetParameterList(const Teuchos::ParameterList ¶mList)
Provides methods to build a multigrid hierarchy and apply multigrid cycles.