|
dune-grid
2.2.0
|
hierarchic index set of ALU3dGrid More...
#include <dune/grid/alugrid/2d/indexsets.hh>
Public Types | |
| typedef int | IdType |
| export type of id | |
Public Member Functions | |
| template<class EntityType > | |
| int | id (const EntityType &ep) const |
| return global id of given entity | |
| template<int codim> | |
| int | id (const typename GridType::template Codim< codim >::Entity &ep) const |
| return global id of given entity | |
| int | subId (const EntityCodim0Type &e, int i, unsigned int codim) const |
| return subId of given entity | |
| IdType | id (const typename remove_const< ALU2dGrid< dim, dimworld, eltype > >::type::Traits::template Codim< cc >::Entity &e) const |
| Get id of an entity of codim cc. Unhandy because template parameter must be supplied explicitely. | |
| IdType | subId (const typename remove_const< ALU2dGrid< dim, dimworld, eltype > >::type::Traits::template Codim< 0 >::Entity &e, int i, unsigned int codim) const |
| Get id of subentity i of codim cc of a codim 0 entity. | |
Friends | |
| class | ALU2dGrid< dim, dimworld, eltype > |
hierarchic index set of ALU3dGrid
| typedef int Dune::ALU2dGridLocalIdSet< dim, dimworld, eltype >::IdType |
export type of id
Reimplemented from Dune::IdSet< ALU2dGrid< dim, dimworld, eltype >, ALU2dGridLocalIdSet< dim, dimworld, eltype >, int >.
| int Dune::ALU2dGridLocalIdSet< dim, dimworld, eltype >::id | ( | const EntityType & | ep | ) | const [inline] |
return global id of given entity
Reimplemented from Dune::IdSet< ALU2dGrid< dim, dimworld, eltype >, ALU2dGridLocalIdSet< dim, dimworld, eltype >, int >.
| int Dune::ALU2dGridLocalIdSet< dim, dimworld, eltype >::id | ( | const typename GridType::template Codim< codim >::Entity & | ep | ) | const [inline] |
return global id of given entity
| IdType Dune::IdSet< ALU2dGrid< dim, dimworld, eltype > , ALU2dGridLocalIdSet< dim, dimworld, eltype > , int >::id | ( | const typename remove_const< ALU2dGrid< dim, dimworld, eltype > >::type::Traits::template Codim< cc >::Entity & | e | ) | const [inline, inherited] |
Get id of an entity of codim cc. Unhandy because template parameter must be supplied explicitely.
| int Dune::ALU2dGridLocalIdSet< dim, dimworld, eltype >::subId | ( | const EntityCodim0Type & | e, |
| int | i, | ||
| unsigned int | codim | ||
| ) | const [inline] |
return subId of given entity
| IdType Dune::IdSet< ALU2dGrid< dim, dimworld, eltype > , ALU2dGridLocalIdSet< dim, dimworld, eltype > , int >::subId | ( | const typename remove_const< ALU2dGrid< dim, dimworld, eltype > >::type::Traits::template Codim< 0 >::Entity & | e, |
| int | i, | ||
| unsigned int | codim | ||
| ) | const [inline, inherited] |
Get id of subentity i of codim cc of a codim 0 entity.
friend class ALU2dGrid< dim, dimworld, eltype > [friend] |
1.7.6.1