dune-grid  2.2.0
Public Types | Public Member Functions
Dune::GeoGrid::Entity< codim, dim, Grid > Class Template Reference

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>

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

List of all members.

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)

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

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

Constructor & Destructor Documentation

template<int codim, int dim, class Grid >
Dune::GeoGrid::Entity< codim, dim, Grid >::Entity ( const Grid grid)
inlineexplicit
template<int codim, int dim, class Grid >
Dune::GeoGrid::Entity< codim, dim, Grid >::Entity ( const GeometryImpl geo)
inlineexplicit
template<int codim, int dim, class Grid >
Dune::GeoGrid::Entity< codim, dim, Grid >::Entity ( const Grid grid,
int  subEntity 
)
inline
template<int codim, int dim, class Grid >
Dune::GeoGrid::Entity< codim, dim, Grid >::Entity ( const GeometryImpl geo,
int  subEntity 
)
inline

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