dune-grid  2.6-git
Public Types | Public Member Functions | List of all members
Dune::GeoGrid::Entity Class Reference

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)
 

Detailed Description

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
codimcodimension of the entity
dimdimension of the Grid (redundant information)
GridGeometryGrid, this entity belongs to

Member Typedef Documentation

◆ EntitySeed

typedef Base::EntitySeed Dune::GeoGrid::Entity::EntitySeed

◆ GeometryImpl

typedef Base::GeometryImpl Dune::GeoGrid::Entity::GeometryImpl

◆ HostElement

typedef Base::HostElement Dune::GeoGrid::Entity::HostElement

◆ HostEntity

typedef Base::HostEntity Dune::GeoGrid::Entity::HostEntity

Constructor & Destructor Documentation

◆ Entity() [1/5]

Dune::GeoGrid::Entity::Entity ( )
inline

◆ Entity() [2/5]

Dune::GeoGrid::Entity::Entity ( const Grid grid,
const EntitySeed seed 
)
inline

◆ Entity() [3/5]

Dune::GeoGrid::Entity::Entity ( const Grid grid,
const HostEntity hostEntity 
)
inline

◆ Entity() [4/5]

Dune::GeoGrid::Entity::Entity ( const Grid grid,
HostEntity &&  hostEntity 
)
inline

◆ Entity() [5/5]

Dune::GeoGrid::Entity::Entity ( const Grid grid,
const HostElement hostEntity,
int  i 
)
inline

The documentation for this class was generated from the following file: