dune-fem 2.8.0
|
Singleton provider for the DofManager. More...
#include <dune/fem/space/common/dofmanager.hh>
Public Types | |
typedef DofManagerImp | DofManagerType |
typedef DofManagerType::GridType | GridType |
Static Public Member Functions | |
static void | deleteDofManager (DofManagerType &dm) |
delete the dof manager that belong to the given grid | |
Static Protected Member Functions | |
static DofManagerType & | instance (const GridType &grid) |
obtain a reference to the DofManager for a given grid | |
static bool | writeDofManagerNew (const GridType &grid, const std ::string &filename, int timestep) |
writes DofManager of corresponding grid, when DofManager exists | |
static bool | readDofManagerNew (const GridType &grid, const std ::string &filename, int timestep) |
reads DofManager of corresponding grid, when DofManager exists | |
Singleton provider for the DofManager.
DofManagerFactory guarantees that at most one instance of DofManager is generated for each grid.