3 #ifndef DUNE_GEOGRID_PERSISTENTCONTAINER_HH
4 #define DUNE_GEOGRID_PERSISTENTCONTAINER_HH
16 template<
class HostGr
id,
class CoordFunction,
class Allocator,
class T >
27 :
Base( grid, codim, value )
33 #endif // #ifndef DUNE_GEOGRID_PERSISTENTCONTAINER_HH
Base::Grid Grid
Definition: geometrygrid/persistentcontainer.hh:23
Definition: persistentcontainerwrapper.hh:16
A class for storing data during an adaptation cycle.
Definition: utility/persistentcontainer.hh:18
const Grid & grid() const
Definition: persistentcontainermap.hh:134
Base::Value Value
Definition: geometrygrid/persistentcontainer.hh:24
Base::Value Value
Definition: utility/persistentcontainer.hh:25
grid wrapper replacing the geometriesGeometryGrid wraps another DUNE grid and replaces its geometry b...
Definition: geometrygrid/declaration.hh:10
PersistentContainer< HostGrid, T >::Value Value
Definition: persistentcontainerwrapper.hh:28
PersistentContainer(const Grid &grid, int codim, const Value &value=Value())
Definition: geometrygrid/persistentcontainer.hh:26