Dune::PersistentContainer< PolyhedralGrid< dim, dimworld >, Data > Class Template Reference

#include <persistentcontainer.hh>

Inheritance diagram for Dune::PersistentContainer< PolyhedralGrid< dim, dimworld >, Data >:
Inheritance graph

Public Types

typedef PolyhedralGrid< dim, dimworld > GridType
 
typedef std::vector< Data >::allocator_type Allocator
 

Public Member Functions

 PersistentContainer (const GridType &grid, const int codim, const Data &data=Data(), const Allocator &allocator=Allocator())
 

Member Typedef Documentation

◆ Allocator

template<int dim, int dimworld, class Data >
typedef std::vector<Data>::allocator_type Dune::PersistentContainer< PolyhedralGrid< dim, dimworld >, Data >::Allocator

◆ GridType

template<int dim, int dimworld, class Data >
typedef PolyhedralGrid< dim, dimworld > Dune::PersistentContainer< PolyhedralGrid< dim, dimworld >, Data >::GridType

Constructor & Destructor Documentation

◆ PersistentContainer()

template<int dim, int dimworld, class Data >
Dune::PersistentContainer< PolyhedralGrid< dim, dimworld >, Data >::PersistentContainer ( const GridType grid,
const int  codim,
const Data &  data = Data(),
const Allocator allocator = Allocator() 
)
inline

Constructor filling the container with values using the default constructor Depending on the implementation this could be achieved without allocating memory


The documentation for this class was generated from the following file: