1#ifndef DUNE_FEM_SPACE_LAGRANGE_STORAGE_HH
2#define DUNE_FEM_SPACE_LAGRANGE_STORAGE_HH
17 template<
class Gr
idPart,
class LagrangePo
intSetContainer >
42 return !( *
this == other );
50 const typename GridPartType::IndexSetType &
indexSet ()
const
70 template<
class Key,
class Object >
78 return new Object( key.gridPart(), codeFactory );
Definition: bindguard.hh:11
Definition: dofmappercode.hh:25
Definition: storage.hh:19
bool operator!=(const ThisType &other) const
Definition: storage.hh:40
LagrangePointSetContainer LagrangePointSetContainerType
Definition: storage.hh:24
const GridPartType::IndexSetType & indexSet() const
Definition: storage.hh:50
bool operator==(const ThisType &other) const
Definition: storage.hh:35
const GridPartType & gridPart() const
Definition: storage.hh:45
const LagrangePointSetContainerType & pointSet() const
Definition: storage.hh:55
GridPart GridPartType
Definition: storage.hh:23
LagrangeMapperSingletonKey(const GridPartType &gridPart, const LagrangePointSetContainerType &pointSet, const int polOrd)
Definition: storage.hh:26
Definition: storage.hh:72
Key::LagrangePointSetContainerType LagrangePointSetContainerType
Definition: storage.hh:73
static void deleteObject(Object *obj)
Definition: storage.hh:81
static Object * createObject(const Key &key)
Definition: storage.hh:75