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>
know your own codimension
- Enumerator:
-
template<int cd, int dim, class GridImp, template< int, int, class > class EntityImp>
Know dimension of the entity.
- Enumerator:
-
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.
Reimplemented in Dune::EntityDefaultImplementation< 0, dim, GridImp, EntityImp >, Dune::ALU3dGridEntity< 0, dim, GridImp >, Dune::ALU2dGridEntity< 0, dim, GridImp >, Dune::AlbertaGridEntity< 0, dim, Grid >, Dune::SEntityBase< codim, dim, GridImp, EntityImp >, Dune::SEntityBase< 0, dim, GridImp, SEntity >, Dune::SEntityBase< codim, dim, GridImp, SEntity >, Dune::ALU3dGridEntity< cd, dim, GridImp >, Dune::ALU2dGridEntity< cd, dim, GridImp >, and Dune::AlbertaGridEntity< codim, dim, Grid >.