|
dune-grid
2.2.0
|
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>
Public Types | |
| typedef Base::HostEntity | HostEntity |
| typedef Base::HostElement | HostElement |
| typedef Base::GeometryImpl | GeometryImpl |
Public Member Functions | |
| Entity (const Grid &grid) | |
| Entity (const GeometryImpl &geo) | |
| Entity (const Grid &grid, int subEntity) | |
| Entity (const GeometryImpl &geo, int subEntity) | |
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.
| codim | codimension of the entity |
| dim | dimension of the Grid (redundant information) |
| Grid | GeometryGrid, this entity belongs to |
| typedef Base::GeometryImpl Dune::GeoGrid::Entity< codim, dim, Grid >::GeometryImpl |
| typedef Base::HostElement Dune::GeoGrid::Entity< codim, dim, Grid >::HostElement |
| typedef Base::HostEntity Dune::GeoGrid::Entity< codim, dim, Grid >::HostEntity |
| Dune::GeoGrid::Entity< codim, dim, Grid >::Entity | ( | const Grid & | grid | ) | [inline, explicit] |
| Dune::GeoGrid::Entity< codim, dim, Grid >::Entity | ( | const GeometryImpl & | geo | ) | [inline, explicit] |
| Dune::GeoGrid::Entity< codim, dim, Grid >::Entity | ( | const Grid & | grid, |
| int | subEntity | ||
| ) | [inline] |
| Dune::GeoGrid::Entity< codim, dim, Grid >::Entity | ( | const GeometryImpl & | geo, |
| int | subEntity | ||
| ) | [inline] |
1.7.6.1