#include <dune/grid/identitygrid/identitygridindexsets.hh>
|
typedef
HostGrid::Traits::GlobalIdSet::IdType | IdType |
| define the type used for persistent indices More...
|
|
|
| IdentityGridGlobalIdSet (const GridImp &g) |
| constructor stores reference to a grid More...
|
|
template<int cd> |
IdType | id (const typename remove_const< GridImp >::type::Traits::template Codim< cd >::Entity &e) const |
| get id of an entity More...
|
|
IdType | subId (const typename remove_const< GridImp >::type::Traits::template Codim< 0 >::Entity &e, int i, int codim) const |
| get id of subEntity More...
|
|
void | update () |
|
define the type used for persistent indices
constructor stores reference to a grid
template<class GridImp>
template<int cd>
The documentation for this class was generated from the following file: