dune-fem 2.12-git
Loading...
Searching...
No Matches
dofmanager.hh File Reference

Go to the source code of this file.

Classes

class  Dune::Fem::ManagedIndexSetInterface
 
class  Dune::Fem::ManagedIndexSet< IndexSetType, EntityType >
 
class  Dune::Fem::DofStorageInterface
 Interface class for a dof storage object to be stored in discrete functions. More...
 
class  Dune::Fem::ManagedDofStorageInterface
 Interface class for a dof storage object that can be managed (resized and compressed) by the DofManager. More...
 
class  Dune::Fem::ManagedDofStorageImplementation< GridImp, MapperType, DofArrayType >
 
class  Dune::Fem::ManagedDofStorage< GridImp, MapperType, DofArrayType >
 
class  Dune::Fem::RemoveIndicesFromSet< IndexSetType, EntityType >
 
class  Dune::Fem::InsertIndicesToSet< IndexSetType, EntityType >
 
class  Dune::Fem::ResizeMemoryObjects< MemObjectType >
 
class  Dune::Fem::ReserveMemoryObjects< MemObjectType >
 
class  Dune::Fem::IndexSetRestrictProlong< DofManagerType, RestrictProlongIndexSetType, doResize >
 
class  Dune::Fem::EmptyIndexSetRestrictProlong
 
class  Dune::Fem::DofManError
 
class  Dune::Fem::DofManager< Grid >
 
class  Dune::Fem::DofManagerFactory< DofManagerImp >
 Singleton provider for the DofManager. More...
 

Namespaces

namespace  Dune
 
namespace  Dune::Fem
 

Functions

template<class DofStorageType , class GridType , class MapperType >
static std::pair< DofStorageInterface *, DofStorageType * > Dune::Fem::allocateManagedDofStorage (const GridType &grid, const MapperType &mapper, const DofStorageType *=0)
 default implementation for creating a managed dof storage