hierarchic index set of AlbertaGrid
More...
#include <dune/grid/albertagrid/gridfamily.hh>
|
template<class Entity > |
IdType | id (const Entity &e) const |
|
template<int codim> |
IdType | id (const typename Grid::template Codim< codim >::Entity &e) const |
| Get id of an entity of codim cc. Unhandy because template parameter must be supplied explicitely. More...
|
|
IdType | subId (const typename Grid::template Codim< 0 >::Entity &e, int i, unsigned int subcodim) const |
| Get id of subentity i of co-dimension codim of a co-dimension 0 entity. More...
|
|
template<int codim> |
IdType | subId (const typename Grid::template Codim< codim >::Entity &e, int i, unsigned int subcodim) const |
|
template<class Entity > |
IdType | subId (const Entity &e, int i, unsigned int subcodim) const |
|
IdType | id (const typename std::remove_const< AlbertaGrid< dim, dimworld > >::type::Traits::template Codim< cc >::Entity &e) const |
| Get id of an entity of codim cc. Unhandy because template parameter must be supplied explicitely. More...
|
|
IdType | subId (const typename std::remove_const< AlbertaGrid< dim, dimworld > >::type::Traits::template Codim< 0 >::Entity &e, int i, unsigned int codim) const |
| Get id of subentity i of co-dimension codim of a co-dimension 0 entity. More...
|
|
template<int dim, int dimworld>
class Dune::AlbertaGridIdSet< dim, dimworld >
hierarchic index set of AlbertaGrid
§ IdType
template<int dim, int dimworld>
§ id() [1/3]
Get id of an entity of codim cc. Unhandy because template parameter must be supplied explicitely.
§ id() [2/3]
template<int dim, int dimworld>
template<class Entity >
§ id() [3/3]
template<int dim, int dimworld>
template<int codim>
Get id of an entity of codim cc. Unhandy because template parameter must be supplied explicitely.
§ subId() [1/4]
Get id of subentity i of co-dimension codim of a co-dimension 0 entity.
§ subId() [2/4]
template<int dim, int dimworld>
Get id of subentity i of co-dimension codim of a co-dimension 0 entity.
§ subId() [3/4]
template<int dim, int dimworld>
template<int codim>
§ subId() [4/4]
template<int dim, int dimworld>
template<class Entity >
The documentation for this class was generated from the following files: