dune-grid 2.9.0
|
hierarchic index set of AlbertaGrid More...
#include <dune/grid/albertagrid/indexsets.hh>
Public Types | |
typedef Base::IdType | IdType |
export type of id More... | |
Public Member Functions | |
template<class Entity > | |
IdType | id (const Entity &e) const |
template<int codim> | |
IdType | id (const typename Grid::template Codim< codim >::Entity &e) const |
IdType | subId (const typename Grid::template Codim< 0 >::Entity &e, int i, unsigned int subcodim) const |
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 Codim< cc >::Entity &e) const |
Get id of an entity of codim cc. Unhandy because template parameter must be supplied explicitly. More... | |
IdType | subId (const typename 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... | |
hierarchic index set of AlbertaGrid
typedef Base::IdType Dune::AlbertaGridIdSet< dim, dimworld >::IdType |
export type of id
|
inline |
|
inlineinherited |
Get id of an entity of codim cc. Unhandy because template parameter must be supplied explicitly.
|
inline |
|
inline |
|
inlineinherited |
Get id of subentity i of co-dimension codim of a co-dimension 0 entity.
|
inline |
|
inline |