46 #ifndef MUELU_HIERARCHYUTILS_DECL_HPP 47 #define MUELU_HIERARCHYUTILS_DECL_HPP 76 SetFactoryManager(
const RCP<Level> & level,
const RCP<const FactoryManagerBase> & factoryManager)
80 level->SetFactoryManager(factoryManager);
105 #undef MUELU_HIERARCHYUTILS_SHORT 142 #define MUELU_HIERARCHYUTILS_SHORT 143 #endif // MUELU_HIERARCHYUTILS_DECL_HPP MueLu::DefaultLocalOrdinal LocalOrdinal
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
static void AddNonSerializableDataToHierarchy(HierarchyManager &HM, Hierarchy &H, const ParameterList &nonSerialList)
Add non-serializable data to Hierarchy.
virtual ~SetFactoryManager()
Destructor.
const RCP< Level > level_
needed to save & restore previous factoryManager
Namespace for MueLu classes and methods.
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
An exception safe way to call the method 'Level::SetFactoryManager()'.
const RCP< const FactoryManagerBase > prevFactoryManager_
Provides methods to build a multigrid hierarchy and apply multigrid cycles.
SetFactoryManager(const RCP< Level > &level, const RCP< const FactoryManagerBase > &factoryManager)
Constructor.