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...
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 |