17 #ifndef MUELU_ADAPTIVESAMLPARAMTERLISTINTERPRETER_DECL_HPP_
18 #define MUELU_ADAPTIVESAMLPARAMTERLISTINTERPRETER_DECL_HPP_
81 #undef MUELU_ADAPTIVESAMLPARAMETERLISTINTERPRETER_SHORT
156 const int lastLevel = startLevel + numDesiredLevel - 1;
159 for (
int iLevel = startLevel; iLevel <= lastLevel; iLevel++) {
169 if (levelID == -1)
return Teuchos::null;
170 if (levelID == lastLevelID + 1)
return Teuchos::null;
213 #define MUELU_ADAPTIVESAMLPARAMETERLISTINTERPRETER_SHORT
This class specifies the default factory that should generate some data on a Level if the data does n...
int blksize_
Matrix configuration storage.
MueLu::DefaultLocalOrdinal LocalOrdinal
Tpetra::KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
void SetParameterList(const Teuchos::ParameterList ¶mList)
int nullspaceDim_
nullspace can be embedded in the ML parameter list
AdaptiveSaMLParameterListInterpreter()
Constructor.
virtual void SetupHierarchy(Hierarchy &H) const
Setup Hierarchy object.
Teuchos::RCP< FactoryManagerBase > InitLvlMngr(int levelID, int lastLevelID) const
virtual void SetupOperator(Operator &Op) const
void AddTransferFactory(const RCP< FactoryBase > &factory)
Add transfer factory in the end of list of transfer factories for RAPFactory.
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
MueLu::DefaultScalar Scalar
Tpetra::Details::DefaultTypes::scalar_type DefaultScalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
size_t NumTransferFactories() const
Returns number of transfer factories.
virtual ~AdaptiveSaMLParameterListInterpreter()
Destructor.
void SetupInitHierarchy(Hierarchy &H) const
Array< RCP< FactoryManagerBase > > init_levelManagers_
std::vector< RCP< FactoryBase > > TransferFacts_
bool bExportAggregates_
export aggregates
void AddInitFactoryManager(int startLevel, int numDesiredLevel, RCP< FactoryManagerBase > manager)
internal routine to add a new factory manager used for the initialization phase
Provides methods to build a multigrid hierarchy and apply multigrid cycles.