dune-grid 2.9.0
Public Types | Public Member Functions | List of all members
Dune::GeoGrid::Entity< codim, dim, Grid > Class Template Reference

DUNE-conform implementation of the entity. More...

#include <dune/grid/geometrygrid/entity.hh>

Inheritance diagram for Dune::GeoGrid::Entity< codim, dim, Grid >:
Inheritance graph

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

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

Member Typedef Documentation

◆ EntitySeed

template<int codim, int dim, class Grid >
typedef Base::EntitySeed Dune::GeoGrid::Entity< codim, dim, Grid >::EntitySeed

◆ GeometryImpl

template<int codim, int dim, class Grid >
typedef Base::GeometryImpl Dune::GeoGrid::Entity< codim, dim, Grid >::GeometryImpl

◆ HostElement

template<int codim, int dim, class Grid >
typedef Base::HostElement Dune::GeoGrid::Entity< codim, dim, Grid >::HostElement

◆ HostEntity

template<int codim, int dim, class Grid >
typedef Base::HostEntity Dune::GeoGrid::Entity< codim, dim, Grid >::HostEntity

Constructor & Destructor Documentation

◆ Entity() [1/5]

template<int codim, int dim, class Grid >
Dune::GeoGrid::Entity< codim, dim, Grid >::Entity ( )
inline

◆ Entity() [2/5]

template<int codim, int dim, class Grid >
Dune::GeoGrid::Entity< codim, dim, Grid >::Entity ( const Grid grid,
const EntitySeed seed 
)
inline

◆ Entity() [3/5]

template<int codim, int dim, class Grid >
Dune::GeoGrid::Entity< codim, dim, Grid >::Entity ( const Grid grid,
const HostEntity< codim, dim, Grid > &  hostEntity 
)
inline

◆ Entity() [4/5]

template<int codim, int dim, class Grid >
Dune::GeoGrid::Entity< codim, dim, Grid >::Entity ( const Grid grid,
HostEntity< codim, dim, Grid > &&  hostEntity 
)
inline

◆ Entity() [5/5]

template<int codim, int dim, class Grid >
Dune::GeoGrid::Entity< codim, dim, Grid >::Entity ( const Grid grid,
const HostElement hostEntity,
int  i 
)
inline

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