Default Implementations for EntityImp.
More...
#include <dune/grid/common/entity.hh>
|
GeometryType | type () const |
| Return the name of the reference element. The type can be used to access the Dune::ReferenceElement. More...
|
|
template<int cd, int dim, class GridImp, template< int, int, class > class EntityImp>
class Dune::EntityDefaultImplementation< cd, dim, GridImp, EntityImp >
Default Implementations for EntityImp.
EntityDefaultImplementation provides default implementations for Entity which uses the implemented interface which has to be done by the user.
- Note
- this is the general version, but there is a specialization for cd=0
template<int cd, int dim, class GridImp, template< int, int, class > class EntityImp>
The corresponding entity seed (for storage of entities)
template<int cd, int dim, class GridImp, template< int, int, class > class EntityImp>
The corresponding entity seed (for storage of entities)
template<int cd, int dim, class GridImp, template< int, int, class > class EntityImp>
know your own codimension
template<int cd, int dim, class GridImp, template< int, int, class > class EntityImp>
template<int cd, int dim, class GridImp, template< int, int, class > class EntityImp>
Know dimension of the entity.
template<int cd, int dim, class GridImp, template< int, int, class > class EntityImp>
Return the name of the reference element. The type can be used to access the Dune::ReferenceElement.
The documentation for this class was generated from the following file: