|
dune-grid 2.10
|
Default Implementations for EntityImp. More...
#include <dune/grid/common/entity.hh>

Public Types | |
| typedef GridImp::template Codim< cd >::EntitySeed | EntitySeed |
| The corresponding entity seed (for storage of entities) | |
Public Member Functions | |
| unsigned int | subEntities (unsigned int codim) const |
| Number of subentities for a given codimension. | |
| GeometryType | type () const |
| Return the name of the reference element. The type can be used to access the Dune::ReferenceElement. | |
Static Public Attributes | |
| static constexpr int | codimension = cd |
| know your own codimension | |
| static constexpr int | dimension = dim |
| Dimension of the grid. | |
| static constexpr int | mydimension = dim - cd |
| Know dimension of the entity. | |
Default Implementations for EntityImp.
EntityDefaultImplementation provides default implementations for Entity which uses the implemented interface which has to be done by the user.
| typedef GridImp::template Codim<cd>::EntitySeed Dune::EntityDefaultImplementation< cd, dim, GridImp, EntityImp >::EntitySeed |
The corresponding entity seed (for storage of entities)
|
inline |
Number of subentities for a given codimension.
| codim | codimension to obtain number of subentities for |
|
inline |
Return the name of the reference element. The type can be used to access the Dune::ReferenceElement.
|
staticconstexpr |
know your own codimension
|
staticconstexpr |
Dimension of the grid.
|
staticconstexpr |
Know dimension of the entity.