dune-fem
2.8-git
|
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 More... | |
Static Protected Member Functions | |
static DofManagerType & | instance (const GridType &grid) |
obtain a reference to the DofManager for a given grid More... | |
static bool | writeDofManagerNew (const GridType &grid, const std ::string &filename, int timestep) |
writes DofManager of corresponding grid, when DofManager exists More... | |
static bool | readDofManagerNew (const GridType &grid, const std ::string &filename, int timestep) |
reads DofManager of corresponding grid, when DofManager exists More... | |
Singleton provider for the DofManager.
DofManagerFactory guarantees that at most one instance of DofManager is generated for each grid.