dune-grid  2.1.1
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

Public Member Functions

 Entity (const Grid &grid, const HostEntity &hostEntity)
 Entity (const Grid &grid, const HostElement &hostElement, 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::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,
const HostEntity< codim, dim, Grid > &  hostEntity 
) [inline]
template<int codim, int dim, class Grid >
Dune::GeoGrid::Entity< codim, dim, Grid >::Entity ( const Grid grid,
const HostElement hostElement,
int  subEntity 
) [inline]

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