5#ifndef DUNE_GEOGRID_PERSISTENTCONTAINER_HH
6#define DUNE_GEOGRID_PERSISTENTCONTAINER_HH
18 template<
class HostGr
id,
class CoordFunction,
class Allocator,
class T >
29 : Base(
grid, codim, value )
Include standard header files.
Definition agrid.hh:60
grid wrapper replacing the geometries
Definition geometrygrid/grid.hh:86
Base::Value Value
Definition geometrygrid/persistentcontainer.hh:26
Base::Grid Grid
Definition geometrygrid/persistentcontainer.hh:25
PersistentContainer(const Grid &grid, int codim, const Value &value=Value())
Definition geometrygrid/persistentcontainer.hh:28
Base::Value Value
Definition utility/persistentcontainer.hh:27
const Grid & grid() const
Definition persistentcontainermap.hh:114
GeometryGrid< HostGrid, CoordFunction, Allocator > Grid
Definition persistentcontainerwrapper.hh:28
PersistentContainer< HostGrid, T >::Value Value
Definition persistentcontainerwrapper.hh:30
PersistentContainerWrapper(const Grid &grid, int codim, const Value &value=Value())
Definition persistentcontainerwrapper.hh:36