DUNE-conform implementation of the entityThis class merely changes the template parameters of the entity to make DUNE happy. The actual implementation of the entity can be found in EntityBase.
More...
#include <dune/grid/geometrygrid/entity.hh>
List of all members.
Detailed Description
template<int codim, int dim, class Grid>
class Dune::GeoGrid::Entity< codim, dim, Grid >
DUNE-conform implementation of the entity
This class merely changes the template parameters of the entity to make DUNE happy. The actual implementation of the entity can be found in EntityBase.
- Template Parameters:
-
codim | codimension of the entity |
dim | dimension of the Grid (redundant information) |
Grid | GeometryGrid, this entity belongs to |
Member Typedef Documentation
template<int codim, int dim, class Grid >
template<int codim, int dim, class Grid >
Constructor & Destructor Documentation
template<int codim, int dim, class Grid >
template<int codim, int dim, class Grid >
The documentation for this class was generated from the following file: