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