5#ifndef DUNE_ALBERTA_PERSISTENTCONTAINER_HH
6#define DUNE_ALBERTA_PERSISTENTCONTAINER_HH
19 template<
int dim,
int dimworld,
class T >
21 :
public PersistentContainerVector< AlbertaGrid< dim, dimworld >, typename AlbertaGrid< dim, dimworld >::HierarchicIndexSet, std::vector< T > >
30 :
Base(
grid.hierarchicIndexSet(), codim, value )
Include standard header files.
Definition: agrid.hh:60
[ provides Dune::Grid ]
Definition: agrid.hh:109
PersistentContainer(const Grid &grid, int codim, const Value &value=Value())
Definition: albertagrid/persistentcontainer.hh:29
Base::Grid Grid
Definition: albertagrid/persistentcontainer.hh:26
Base::Value Value
Definition: albertagrid/persistentcontainer.hh:27
A class for storing data during an adaptation cycle.
Definition: utility/persistentcontainer.hh:22
Base::Value Value
Definition: utility/persistentcontainer.hh:27
const Grid & grid() const
Definition: persistentcontainermap.hh:114
vector-based implementation of the PersistentContainer
Definition: persistentcontainervector.hh:51
Vector::value_type Value
Definition: persistentcontainervector.hh:57
G Grid
Definition: persistentcontainervector.hh:55