3#ifndef DUNE_GEOGRID_PERSISTENTCONTAINER_HH
4#define DUNE_GEOGRID_PERSISTENTCONTAINER_HH
6#include <dune/grid/geometrygrid/declaration.hh>
7#include <dune/grid/utility/persistentcontainer.hh>
8#include <dune/grid/utility/persistentcontainerwrapper.hh>
16 template<
class HostGr
id,
class CoordFunction,
class Allocator,
class T >
17 class PersistentContainer< GeometryGrid< HostGrid, CoordFunction, Allocator >, T >
18 :
public PersistentContainerWrapper< GeometryGrid< HostGrid, CoordFunction, Allocator >, T >
20 typedef PersistentContainerWrapper< GeometryGrid< HostGrid, CoordFunction, Allocator >, T > Base;
23 typedef typename Base::Grid Grid;
24 typedef typename Base::Value Value;
26 PersistentContainer (
const Grid &grid,
int codim,
const Value &value = Value() )
27 : Base( grid, codim, value )
Dune namespace.
Definition: alignedallocator.hh:14