dune-grid 2.9.0
|
DUNE-conform implementation of the entity. More...
#include <dune/grid/geometrygrid/entity.hh>
Public Types | |
typedef Base::HostEntity | HostEntity |
typedef Base::HostElement | HostElement |
typedef Base::GeometryImpl | GeometryImpl |
typedef Base::EntitySeed | EntitySeed |
Public Member Functions | |
Entity () | |
Entity (const Grid &grid, const EntitySeed &seed) | |
Entity (const Grid &grid, const HostEntity &hostEntity) | |
Entity (const Grid &grid, HostEntity &&hostEntity) | |
Entity (const Grid &grid, const HostElement &hostEntity, int i) | |
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::EntitySeed Dune::GeoGrid::Entity< codim, dim, Grid >::EntitySeed |
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 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |