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

More...

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

Public Types

typedef Traits::template Codim< codim >::GeometryImpl GeometryImpl
 

Public Member Functions

const EntityBaseoperator= (const EntityBase &other)
 
const EntityBaseoperator= (EntityBase &&other)
 
bool equals (const EntityBase &other) const
 compare two entities More...
 

Types Required by DUNE

typedef Traits::ctype ctype
 coordinate type of the grid More...
 
typedef Traits::template Codim< codimension >::Geometry Geometry
 type of corresponding geometry More...
 

Host Types

typedef HostGrid::template Codim< codimension >::Entity HostEntity
 type of corresponding host entity More...
 
typedef Traits::template Codim< codimension >::EntitySeed EntitySeed
 type of corresponding entity seed More...
 
typedef HostGrid::template Codim< 0 >::Entity HostElement
 type of host elements, i.e., of host entities of codimension 0 More...
 

Attributes

static const int codimension = codim
 codimensioon of the entity More...
 
static const int dimension = Traits::dimension
 dimension of the grid More...
 
static const int mydimension = dimension - codimension
 dimension of the entity More...
 
static const int dimensionworld = Traits::dimensionworld
 dimension of the world More...
 
static const bool fake = false
 true, if the entity is faked, i.e., if there is no corresponding host entity More...
 

Construction, Initialization and Destruction

 EntityBase ()
 
 EntityBase (const Grid &grid, const EntitySeed &seed)
 
 EntityBase (const Grid &grid, const HostElement &hostElement, int i)
 
 EntityBase (const GeometryImpl &geo, const HostEntity &hostEntity)
 
 EntityBase (const GeometryImpl &geo, HostEntity &&hostEntity)
 
 EntityBase (const Grid &grid, const HostEntity &hostEntity)
 
 EntityBase (const Grid &grid, HostEntity &&hostEntity)
 
 EntityBase (const EntityBase &other)
 
 EntityBase (EntityBase &&other)
 

Methods Shared by Entities of All Codimensions

GeometryType type () const
 obtain the name of the corresponding reference element More...
 
int level () const
 obtain the level of this entity More...
 
PartitionType partitionType () const
 obtain the partition type of this entity More...
 
Geometry geometry () const
 
unsigned int subEntities (unsigned int cc) const
 
EntitySeed seed () const
 return EntitySeed of host grid entity More...
 

Methods Supporting the Grid Implementation

const Gridgrid () const
 
const HostEntityhostEntity () const
 
void initialize (const HostEntity &hostEntity)
 initiliaze an entity More...
 
template<class HostIndexSet >
HostIndexSet::IndexType index (const HostIndexSet &indexSet) const
 obtain the entity's index from a host IndexSet More...
 
template<class HostIndexSet >
HostIndexSet::IndexType subIndex (const HostIndexSet &indexSet, int i, unsigned int cd) const
 obtain the index of a subentity from a host IndexSet More...
 
template<class HostIndexSet >
bool isContained (const HostIndexSet &indexSet) const
 check whether the entity is contained in a host index set More...
 
template<class HostIdSet >
HostIdSet::IdType id (const HostIdSet &idSet) const
 obtain the entity's id from a host IdSet More...
 

Detailed Description

template<int codim, class Grid>
class Dune::GeoGrid::EntityBase< codim, Grid, false >

This specialization implements the case, where the host grid provides the entity for this codimension, i.e., fake = false.

Member Typedef Documentation

◆ ctype

template<int codim, class Grid >
typedef Traits::ctype Dune::GeoGrid::EntityBase< codim, Grid, false >::ctype

coordinate type of the grid

◆ EntitySeed

template<int codim, class Grid >
typedef Traits::template Codim<codimension>::EntitySeed Dune::GeoGrid::EntityBase< codim, Grid, false >::EntitySeed

type of corresponding entity seed

◆ Geometry

template<int codim, class Grid >
typedef Traits::template Codim<codimension>::Geometry Dune::GeoGrid::EntityBase< codim, Grid, false >::Geometry

type of corresponding geometry

◆ GeometryImpl

template<int codim, class Grid >
typedef Traits::template Codim<codim>::GeometryImpl Dune::GeoGrid::EntityBase< codim, Grid, false >::GeometryImpl

◆ HostElement

template<int codim, class Grid >
typedef HostGrid::template Codim<0>::Entity Dune::GeoGrid::EntityBase< codim, Grid, false >::HostElement

type of host elements, i.e., of host entities of codimension 0

◆ HostEntity

template<int codim, class Grid >
typedef HostGrid::template Codim<codimension>::Entity Dune::GeoGrid::EntityBase< codim, Grid, false >::HostEntity

type of corresponding host entity

Constructor & Destructor Documentation

◆ EntityBase() [1/9]

template<int codim, class Grid >
Dune::GeoGrid::EntityBase< codim, Grid, false >::EntityBase ( )
inline

◆ EntityBase() [2/9]

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

◆ EntityBase() [3/9]

template<int codim, class Grid >
Dune::GeoGrid::EntityBase< codim, Grid, false >::EntityBase ( const Grid grid,
const HostElement hostElement,
int  i 
)
inline

◆ EntityBase() [4/9]

template<int codim, class Grid >
Dune::GeoGrid::EntityBase< codim, Grid, false >::EntityBase ( const GeometryImpl geo,
const HostEntity hostEntity 
)
inline

◆ EntityBase() [5/9]

template<int codim, class Grid >
Dune::GeoGrid::EntityBase< codim, Grid, false >::EntityBase ( const GeometryImpl geo,
HostEntity &&  hostEntity 
)
inline

◆ EntityBase() [6/9]

template<int codim, class Grid >
Dune::GeoGrid::EntityBase< codim, Grid, false >::EntityBase ( const Grid grid,
const HostEntity hostEntity 
)
inline

◆ EntityBase() [7/9]

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

◆ EntityBase() [8/9]

template<int codim, class Grid >
Dune::GeoGrid::EntityBase< codim, Grid, false >::EntityBase ( const EntityBase< codim, Grid, false > &  other)
inline

◆ EntityBase() [9/9]

template<int codim, class Grid >
Dune::GeoGrid::EntityBase< codim, Grid, false >::EntityBase ( EntityBase< codim, Grid, false > &&  other)
inline

Member Function Documentation

◆ equals()

template<int codim, class Grid >
bool Dune::GeoGrid::EntityBase< codim, Grid, false >::equals ( const EntityBase< codim, Grid, false > &  other) const
inline

compare two entities

◆ geometry()

template<int codim, class Grid >
Geometry Dune::GeoGrid::EntityBase< codim, Grid, false >::geometry ( ) const
inline

obtain the geometry of this entity

Each DUNE entity encapsulates a geometry object, representing the map from the reference element to world coordinates. Wrapping the geometry is the main objective of the GeometryGrid.

The GeometryGrid provides geometries of order 1, obtained by interpolation of its corners $y_i$. There corners are calculated from the corners $x_i$ of the host geometry through the GeometryGrid's coordinate function $c$, i.e., $y_i = c( x_i )$.

Returns
a const reference to the geometry

◆ grid()

template<int codim, class Grid >
const Grid & Dune::GeoGrid::EntityBase< codim, Grid, false >::grid ( ) const
inline

◆ hostEntity()

template<int codim, class Grid >
const HostEntity & Dune::GeoGrid::EntityBase< codim, Grid, false >::hostEntity ( ) const
inline

◆ id()

template<int codim, class Grid >
template<class HostIdSet >
HostIdSet::IdType Dune::GeoGrid::EntityBase< codim, Grid, false >::id ( const HostIdSet &  idSet) const
inline

obtain the entity's id from a host IdSet

◆ index()

template<int codim, class Grid >
template<class HostIndexSet >
HostIndexSet::IndexType Dune::GeoGrid::EntityBase< codim, Grid, false >::index ( const HostIndexSet &  indexSet) const
inline

obtain the entity's index from a host IndexSet

◆ initialize()

template<int codim, class Grid >
void Dune::GeoGrid::EntityBase< codim, Grid, false >::initialize ( const HostEntity hostEntity)
inline

initiliaze an entity

Parameters
[in]hostEntityreference to the host entity

◆ isContained()

template<int codim, class Grid >
template<class HostIndexSet >
bool Dune::GeoGrid::EntityBase< codim, Grid, false >::isContained ( const HostIndexSet &  indexSet) const
inline

check whether the entity is contained in a host index set

◆ level()

template<int codim, class Grid >
int Dune::GeoGrid::EntityBase< codim, Grid, false >::level ( ) const
inline

obtain the level of this entity

◆ operator=() [1/2]

template<int codim, class Grid >
const EntityBase & Dune::GeoGrid::EntityBase< codim, Grid, false >::operator= ( const EntityBase< codim, Grid, false > &  other)
inline

◆ operator=() [2/2]

template<int codim, class Grid >
const EntityBase & Dune::GeoGrid::EntityBase< codim, Grid, false >::operator= ( EntityBase< codim, Grid, false > &&  other)
inline

◆ partitionType()

template<int codim, class Grid >
PartitionType Dune::GeoGrid::EntityBase< codim, Grid, false >::partitionType ( ) const
inline

obtain the partition type of this entity

◆ seed()

template<int codim, class Grid >
EntitySeed Dune::GeoGrid::EntityBase< codim, Grid, false >::seed ( ) const
inline

return EntitySeed of host grid entity

◆ subEntities()

template<int codim, class Grid >
unsigned int Dune::GeoGrid::EntityBase< codim, Grid, false >::subEntities ( unsigned int  cc) const
inline

◆ subIndex()

template<int codim, class Grid >
template<class HostIndexSet >
HostIndexSet::IndexType Dune::GeoGrid::EntityBase< codim, Grid, false >::subIndex ( const HostIndexSet &  indexSet,
int  i,
unsigned int  cd 
) const
inline

obtain the index of a subentity from a host IndexSet

◆ type()

template<int codim, class Grid >
GeometryType Dune::GeoGrid::EntityBase< codim, Grid, false >::type ( ) const
inline

obtain the name of the corresponding reference element

This type can be used to access the DUNE reference element.

Member Data Documentation

◆ codimension

template<int codim, class Grid >
const int Dune::GeoGrid::EntityBase< codim, Grid, false >::codimension = codim
static

codimensioon of the entity

◆ dimension

template<int codim, class Grid >
const int Dune::GeoGrid::EntityBase< codim, Grid, false >::dimension = Traits::dimension
static

dimension of the grid

◆ dimensionworld

template<int codim, class Grid >
const int Dune::GeoGrid::EntityBase< codim, Grid, false >::dimensionworld = Traits::dimensionworld
static

dimension of the world

◆ fake

template<int codim, class Grid >
const bool Dune::GeoGrid::EntityBase< codim, Grid, false >::fake = false
static

true, if the entity is faked, i.e., if there is no corresponding host entity

◆ mydimension

template<int codim, class Grid >
const int Dune::GeoGrid::EntityBase< codim, Grid, false >::mydimension = dimension - codimension
static

dimension of the entity


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