#include <dune/grid/albertagrid/gridfamily.hh>
◆ DofNumbering
template<int dim, int dimworld>
◆ ElementInfo
template<int dim, int dimworld>
◆ Grid
template<int dim, int dimworld>
◆ IndexType
template<int dim, int dimworld>
◆ Types
template<int dim, int dimworld>
◆ AlbertaGridIndexSet()
template<int dim, int dimworld>
◆ ~AlbertaGridIndexSet()
template<int dim, int dimworld>
◆ contains()
template<int dim, int dimworld>
template<class Entity >
◆ geomTypes()
template<int dim, int dimworld>
◆ index() [1/2]
Map entity to index. Easier to use than the above because codimension template parameter need not be supplied explicitly. The result of calling this method with an entity that is not in the index set is undefined.
- Parameters
-
e | Reference to codim cc entity. Since entity knows its codimension, automatic extraction is possible. |
- Returns
- An index in the range 0 ... Max number of entities in set - 1.
◆ index() [2/2]
template<int dim, int dimworld>
template<int cc>
return hierarchic index of given entity
◆ size() [1/3]
Return total number of entities of given geometry type in entity set
.
- Parameters
-
[in] | type | A valid geometry type. |
- Returns
- number of entities.
◆ size() [2/3]
template<int dim, int dimworld>
◆ size() [3/3]
template<int dim, int dimworld>
◆ subIndex() [1/2]
Map a subentity to an index.
The result of calling this method with an entity that is not in the index set is undefined.
- Note
- This method exists for convenience only. It extracts the codimension from the type of the entity, which can be guessed by the compiler.
- Template Parameters
-
Entity | type of entity (must be GridImp::Codim< cc >::Entity for some cc) |
- Parameters
-
[in] | e | reference to entity |
[in] | i | number subentity of e within the codimension |
[in] | codim | codimension of the subentity we're interested in |
- Note
- The parameter
codim
denotes the codimension with respect to the grid, i.e., it must satisfy cc <= codim <= dimension.
- Returns
- An index in the range 0 ... Max number of entities in set - 1.
◆ subIndex() [2/2]
template<int dim, int dimworld>
template<int cc>
return subIndex of given enitiy's sub entity
◆ types()
template<int dim, int dimworld>
◆ update()
template<int dim, int dimworld>
template<class Iterator >
◆ dimension
template<int dim, int dimworld>
The documentation for this class was generated from the following files: