MueLu
Version of the Day
|
An exception safe way to call the method 'Level::SetFactoryManager()'. More...
#include <MueLu_HierarchyUtils_decl.hpp>
Private Attributes | |
const RCP< Level > | level_ |
needed to save & restore previous factoryManager More... | |
const RCP< const FactoryManagerBase > | prevFactoryManager_ |
SetFactoryManager (const RCP< Level > &level, const RCP< const FactoryManagerBase > &factoryManager) | |
Constructor. More... | |
virtual | ~SetFactoryManager () |
Destructor. More... | |
An exception safe way to call the method 'Level::SetFactoryManager()'.
Definition at line 29 of file MueLu_HierarchyUtils_decl.hpp.
|
inline |
Constructor.
Set a given factory manager on a specific level
Definition at line 38 of file MueLu_HierarchyUtils_decl.hpp.
|
inlinevirtual |
Destructor.
Definition at line 46 of file MueLu_HierarchyUtils_decl.hpp.
needed to save & restore previous factoryManager
Definition at line 55 of file MueLu_HierarchyUtils_decl.hpp.
|
private |
Definition at line 56 of file MueLu_HierarchyUtils_decl.hpp.