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