MueLu Version of the Day
Loading...
Searching...
No Matches
MueLu::SetFactoryManager Class Reference

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< Levellevel_
 needed to save & restore previous factoryManager
 
const RCP< const FactoryManagerBaseprevFactoryManager_
 

Detailed Description

An exception safe way to call the method 'Level::SetFactoryManager()'.

Definition at line 65 of file MueLu_HierarchyUtils_decl.hpp.

Constructor & Destructor Documentation

◆ SetFactoryManager()

MueLu::SetFactoryManager::SetFactoryManager ( const RCP< Level > & level,
const RCP< const FactoryManagerBase > & factoryManager )
inline

Constructor.

Set a given factory manager on a specific level

Definition at line 76 of file MueLu_HierarchyUtils_decl.hpp.

◆ ~SetFactoryManager()

virtual MueLu::SetFactoryManager::~SetFactoryManager ( )
inlinevirtual

Destructor.

Definition at line 84 of file MueLu_HierarchyUtils_decl.hpp.

Member Data Documentation

◆ level_

const RCP<Level> MueLu::SetFactoryManager::level_
private

needed to save & restore previous factoryManager

Definition at line 93 of file MueLu_HierarchyUtils_decl.hpp.

◆ prevFactoryManager_

const RCP<const FactoryManagerBase> MueLu::SetFactoryManager::prevFactoryManager_
private

Definition at line 94 of file MueLu_HierarchyUtils_decl.hpp.


The documentation for this class was generated from the following file: