- Home
- About DUNE
- Download
- Documentation
- Community
- Development
#include <dune/grid/identitygrid/identitygridindexsets.hh>
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_ |
typedef HostGrid::Traits::LocalIdSet::IdType Dune::IdentityGridLocalIdSet< GridImp >::IdType |
define the type used for persistent local ids
Dune::IdentityGridLocalIdSet< GridImp >::IdentityGridLocalIdSet | ( | const GridImp & | g | ) | [inline] |
constructor stores reference to a grid
IdType Dune::IdentityGridLocalIdSet< GridImp >::id | ( | const typename remove_const< GridImp >::type::Traits::template Codim< cd >::Entity & | e | ) | const [inline] |
get id of an entity
IdType Dune::IdentityGridLocalIdSet< GridImp >::subId | ( | const typename remove_const< GridImp >::type::template Codim< 0 >::Entity & | e, | |
int | i, | |||
int | codim | |||
) | const [inline] |
get id of subEntity
void Dune::IdentityGridLocalIdSet< GridImp >::update | ( | ) | [inline] |
const GridImp* Dune::IdentityGridLocalIdSet< GridImp >::grid_ |
Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].