|
dune-grid
2.2.1
|
#include <dune/grid/geometrygrid/persistentcontainer.hh>
Public Types | |
| typedef Base::Grid | Grid |
| typedef Data | Data |
| typedef PersistentContainerHostGrid::Iterator | Iterator |
| typedef PersistentContainerHostGrid::ConstIterator | ConstIterator |
Public Member Functions | |
| PersistentContainer (const Grid &grid, const int codim, const Allocator &allocator=Allocator()) | |
| Data & | operator[] (const Entity &entity) |
| const Data & | operator[] (const Entity &entity) const |
| Data & | operator() (const Entity &entity, const int subEntity) |
| const Data & | operator() (const Entity &entity, const int subEntity) const |
| Iterator | begin () |
| ConstIterator | begin () const |
| Iterator | end () |
| ConstIterator | end () const |
| size_t | size () const |
| void | clear () |
| void | reserve () |
| void | update () |
|
inherited |
|
inherited |
| typedef Base::Grid Dune::PersistentContainer< GeometryGrid< HostGrid, CoordFunction, Allocator >, Data, Allocator >::Grid |
|
inherited |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
1.8.3.1