1 #ifndef DUNE_SPGRID_PERSISTENTCONTAINER_HH
2 #define DUNE_SPGRID_PERSISTENTCONTAINER_HH
6 #include <dune/grid/utility/persistentcontainer.hh>
7 #include <dune/grid/utility/persistentcontainervector.hh>
17 template<
class ct,
int dim,
template<
int >
class Ref,
class Comm,
class T >
18 class PersistentContainer<
SPGrid< ct, dim, Ref, Comm >, T >
19 :
public PersistentContainerVector< SPGrid< ct, dim, Ref, Comm >, typename SPGrid< ct, dim, Ref, Comm >::HierarchicIndexSet, std::vector< T > >
24 typedef typename Base::Grid
Grid;
25 typedef typename Base::Value
Value;
28 : Base( grid.hierarchicIndexSet(), codim, value )
Definition: iostream.hh:7
structured, parallel DUNE grid
Definition: grid.hh:136
Base::Value Value
Definition: persistentcontainer.hh:25
PersistentContainer(const Grid &grid, int codim, const Value &value=Value())
Definition: persistentcontainer.hh:27
Base::Grid Grid
Definition: persistentcontainer.hh:24