Dune Core Modules (2.3.1)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Dune::EntityDefaultImplementation< cd, dim, GridImp, EntityImp > Class Template Reference
Default Implementations for EntityImp. More...
#include <dune/grid/common/entity.hh>
Public Types | |
enum | |
know your own codimension | |
enum | |
Dimension of the grid. | |
enum | |
Know dimension of the entity. | |
typedef GridImp::ctype ctype | DUNE_DEPRECATED_MSG("Use Geometry::ctype instead!") |
define type used for coordinates in grid module | |
typedef GridImp::template Codim< cd >::EntitySeed | EntitySeed |
The corresponding entity seed (for storage of entities) | |
typedef GridImp::template Codim< cd >::EntityPointer | EntityPointer |
The corresponding entity seed (for storage of entities) | |
Public Member Functions | |
GeometryType | type () const |
Return the name of the reference element. The type can be used to access the Dune::ReferenceElement. | |
Static Public Member Functions | |
static const int | DUNE_DEPRECATED_MSG ("Use Geometry::coorddimension instead!") dimensionworld |
know your own dimension of world | |
Detailed Description
template<int cd, int dim, class GridImp, template< int, int, class > class EntityImp>
class Dune::EntityDefaultImplementation< cd, dim, GridImp, 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
The documentation for this class was generated from the following file:
- dune/grid/common/entity.hh
