|
Types | types (int codim) const |
| return range of geometry types More...
|
|
template<class Entity > |
bool | contains (const Entity &entity) const |
| return true if entity has index More...
|
|
IndexType | size (GeometryType type) const |
| return number of entities of given type More...
|
|
IndexType | size (int codim) const |
| return number of entities of given codimension More...
|
|
template<class Entity > |
IndexType | index (const Entity &entity) const |
| return index for given entity More...
|
|
template<int codim> |
IndexType | index (const typename Codim< codim >::Entity &entity) const |
| return index for given entity More...
|
|
template<class Entity > |
IndexType | subIndex (const Entity &entity, int i, unsigned int cd) const |
| return index for given subentity More...
|
|
template<int codim> |
IndexType | subIndex (const typename Codim< codim >::Entity &entity, int i, unsigned int cd) const |
| return index for given subentity More...
|
|
void | requestCodimensions (const std::vector< int > &codimensions) const |
| receive request for codimension support in case index set is adaptive More...
|
|
template<class Traits>
class Dune::Fem::IndexSet< Traits >
interface documentation for (grid part) index sets
- Note
- This interface is a direct copy of index sets as used in dune-grid.