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

Public Types | |
| enum | { codimension =cd } |
| know your own codimension More... | |
| enum | { dimension =dim } |
| Dimension of the grid. More... | |
| enum | { mydimension =dim-cd } |
| Know dimension of the entity. More... | |
| typedef GridImp::template Codim< cd >::EntitySeed | EntitySeed |
| The corresponding entity seed (for storage of entities) More... | |
| typedef GridImp::template Codim< cd >::EntityPointer | EntityPointer |
| The corresponding entity seed (for storage of entities) More... | |
Public Member Functions | |
| GeometryType | type () const |
| Return the name of the reference element. The type can be used to access the Dune::ReferenceElement. More... | |
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>::EntityPointer Dune::EntityDefaultImplementation< cd, dim, GridImp, EntityImp >::EntityPointer |
The corresponding entity seed (for storage of entities)
| typedef GridImp::template Codim<cd>::EntitySeed Dune::EntityDefaultImplementation< cd, dim, GridImp, EntityImp >::EntitySeed |
The corresponding entity seed (for storage of entities)
|
inline |
Return the name of the reference element. The type can be used to access the Dune::ReferenceElement.
1.8.8