#include <dune/grid/identitygrid/identitygridindexsets.hh>
List of all members.
Public Types |
typedef
HostGrid::Traits::LocalIdSet::IdType | IdType |
| define the type used for persistent local ids
|
Public Member Functions |
| IdentityGridLocalIdSet (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::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 local ids
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: