|
My Project
|
Public Types | |
| typedef CpGrid | 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()) | |
| Constructor filling the container with values using the default constructor Depending on the implementation this could be achieved without allocating memory. | |