19 :
public PersistentContainerVector< PolyhedralGrid< dim, dimworld >,
20 typename PolyhedralGrid< dim, dimworld >::Traits::LeafIndexSet,
25 typedef typename std::vector<Data>::allocator_type Allocator;
28 typedef PersistentContainerVector< GridType, typename GridType::Traits::LeafIndexSet, std::vector<Data> > BaseType;
34 : BaseType( grid.leafIndexSet(), codim, data, allocator )
PersistentContainer(const GridType &grid, const int codim, const Data &data=Data(), const Allocator &allocator=Allocator())
Constructor filling the container with values using the default constructor Depending on the implemen...
Definition persistentcontainer.hh:33