#include <dune/grid/identitygrid/identitygridindexsets.hh>
Public Types |
enum | { dim = GridImp::dimension
} |
typedef remove_const< GridImp >
::type::HostGridType | HostGrid |
Public Member Functions |
template<int codim> |
int | index (const typename GridImp::Traits::template Codim< codim >::Entity &e) const |
| get index of an entity
|
template<int cc> |
int | subIndex (const typename GridImp::Traits::template Codim< cc >::Entity &e, int i, int codim) const |
| get index of subEntity of a codim 0 entity
|
int | size (int codim) const |
| get number of entities of given codim, type and on this level
|
int | size (GeometryType type) const |
| get number of entities of given codim, type and on this level
|
const std::vector< GeometryType > & | geomTypes (int codim) const |
| Deliver all geometry types used in this grid.
|
template<class EntityType > |
bool | contains (const EntityType &e) const |
| Return true if the given entity is contained in the index set.
|
void | update (const GridImp &grid, int level) |
| Set up the index set.
|
Detailed Description
template<class GridImp>
class Dune::IdentityGridLevelIndexSet< GridImp >
- Todo:
- Take the index types from the host grid
Member Typedef Documentation
Member Enumeration Documentation
Member Function Documentation
template<class GridImp>
template<class EntityType >
Return true if the given entity is contained in the index set.
Deliver all geometry types used in this grid.
template<class GridImp>
template<int codim>
get number of entities of given codim, type and on this level
get number of entities of given codim, type and on this level
template<class GridImp>
template<int cc>
get index of subEntity of a codim 0 entity
Member Data Documentation
The documentation for this class was generated from the following file: