3 #ifndef DUNE_ALBERTA_PERSISTENTCONTAINER_HH 4 #define DUNE_ALBERTA_PERSISTENTCONTAINER_HH 17 template<
int dim,
int dimworld,
class T >
19 :
public PersistentContainerVector< AlbertaGrid< dim, dimworld >, typename AlbertaGrid< dim, dimworld >::HierarchicIndexSet, std::vector< T > >
28 : Base( grid.hierarchicIndexSet(), codim, value )
34 #endif // #if HAVE_ALBERTA 36 #endif // #ifndef DUNE_ALU_PERSISTENTCONTAINER_HH A class for storing data during an adaptation cycle.
Definition: utility/persistentcontainer.hh:18
Base::Value Value
Definition: albertagrid/persistentcontainer.hh:25
const Grid & grid() const
Definition: persistentcontainermap.hh:111
Definition: albertagrid/gridfamily.hh:50
Base::Value Value
Definition: utility/persistentcontainer.hh:25
vector-based implementation of the PersistentContainer
Definition: persistentcontainervector.hh:48
Base::Grid Grid
Definition: albertagrid/persistentcontainer.hh:24
[ provides Dune::Grid ]
Definition: agrid.hh:136
PersistentContainer(const Grid &grid, int codim, const Value &value=Value())
Definition: albertagrid/persistentcontainer.hh:27
Vector::value_type Value
Definition: persistentcontainervector.hh:55
Include standard header files.
Definition: agrid.hh:58
G Grid
Definition: persistentcontainervector.hh:53