dune-fem
2.4.1-rc
|
Singleton provider for the DofManager. More...
#include </local/tomalk/somewhere/tmp/dune-fem/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.
typedef DofManagerImp Dune::Fem::DofManagerFactory< DofManagerImp >::DofManagerType |
typedef DofManagerType :: GridType Dune::Fem::DofManagerFactory< DofManagerImp >::GridType |
|
inlinestatic |
delete the dof manager that belong to the given grid
|
inlinestaticprotected |
obtain a reference to the DofManager for a given grid
[in] | grid | grid for which the DofManager is desired |
|
inlinestaticprotected |
reads DofManager of corresponding grid, when DofManager exists
|
inlinestaticprotected |
writes DofManager of corresponding grid, when DofManager exists