5#ifndef DUNE_GEOGRID_PERSISTENTCONTAINER_HH
6#define DUNE_GEOGRID_PERSISTENTCONTAINER_HH
8#include <dune/grid/geometrygrid/declaration.hh>
9#include <dune/grid/utility/persistentcontainer.hh>
10#include <dune/grid/utility/persistentcontainerwrapper.hh>
18 template<
class HostGr
id,
class CoordFunction,
class Allocator,
class T >
19 class PersistentContainer< GeometryGrid< HostGrid, CoordFunction, Allocator >, T >
20 :
public PersistentContainerWrapper< GeometryGrid< HostGrid, CoordFunction, Allocator >, T >
22 typedef PersistentContainerWrapper< GeometryGrid< HostGrid, CoordFunction, Allocator >, T > Base;
25 typedef typename Base::Grid Grid;
26 typedef typename Base::Value Value;
28 PersistentContainer (
const Grid &grid,
int codim,
const Value &value = Value() )
29 : Base( grid, codim, value )
Dune namespace.
Definition: alignedallocator.hh:13