dune-grid  2.4.1-rc2
Classes | Public Types | Public Member Functions | Protected Attributes | List of all members
Dune::YaspEntity< dim, dim, GridImp > Class Template Reference

#include <dune/grid/yaspgrid/yaspgridentity.hh>

Inheritance diagram for Dune::YaspEntity< dim, dim, GridImp >:
Inheritance graph

Classes

struct  Codim
 

Public Types

typedef GridImp::ctype ctype
 
typedef GridImp::YGridLevelIterator YGLI
 
typedef GridImp::YGrid::Iterator I
 
typedef GridImp::template Codim< dim >::Geometry Geometry
 
typedef GridImp::template Codim< dim >::EntityPointer EntityPointer
 
typedef GridImp::template Codim< dim >::EntitySeed EntitySeed
 
typedef GridImp::PersistentIndexType PersistentIndexType
 define the type used for persisitent indices More...
 
typedef GridImp::YGrid::iTupel iTupel
 define type used for coordinates in grid module More...
 
enum  
 know your own codimension More...
 
enum  
 Dimension of the grid. More...
 
enum  
 Know dimension of the entity. More...
 

Public Member Functions

 YaspEntity ()
 
 YaspEntity (const YGLI &g, const I &it)
 
bool equals (const YaspEntity &e) const
 Return true when two iterators over the same grid are equal (!). More...
 
int level () const
 level of this element More...
 
EntitySeed seed () const
 Return the entity seed which contains sufficient information to generate the entity again and uses as little memory as possible. More...
 
Geometry geometry () const
 geometry of this entity More...
 
PartitionType partitionType () const
 return partition type attribute More...
 
int subCompressedIndex (int, unsigned int) const
 subentity compressed index simply returns compressedIndex More...
 
const Itransformingsubiterator () const
 
const YGLIgridlevel () const
 
Itransformingsubiterator ()
 
YGLIgridlevel ()
 
const GridImp * yaspgrid () const
 
GeometryType type () const
 Return the name of the reference element. The type can be used to access the Dune::ReferenceElement. More...
 

Protected Attributes

I _it
 
YGLI _g
 

Member Typedef Documentation

template<int dim, class GridImp >
typedef GridImp::ctype Dune::YaspEntity< dim, dim, GridImp >::ctype
template<int dim, class GridImp >
typedef GridImp::template Codim<dim>::EntityPointer Dune::YaspEntity< dim, dim, GridImp >::EntityPointer
template<int dim, class GridImp >
typedef GridImp::template Codim<dim>::EntitySeed Dune::YaspEntity< dim, dim, GridImp >::EntitySeed
template<int dim, class GridImp >
typedef GridImp::template Codim<dim>::Geometry Dune::YaspEntity< dim, dim, GridImp >::Geometry
template<int dim, class GridImp >
typedef GridImp::YGrid::Iterator Dune::YaspEntity< dim, dim, GridImp >::I
template<int dim, class GridImp >
typedef GridImp::YGrid::iTupel Dune::YaspEntity< dim, dim, GridImp >::iTupel

define type used for coordinates in grid module

template<int dim, class GridImp >
typedef GridImp::PersistentIndexType Dune::YaspEntity< dim, dim, GridImp >::PersistentIndexType

define the type used for persisitent indices

template<int dim, class GridImp >
typedef GridImp::YGridLevelIterator Dune::YaspEntity< dim, dim, GridImp >::YGLI

Member Enumeration Documentation

anonymous enum
inherited

know your own codimension

anonymous enum
inherited

Dimension of the grid.

anonymous enum
inherited

Know dimension of the entity.

Constructor & Destructor Documentation

template<int dim, class GridImp >
Dune::YaspEntity< dim, dim, GridImp >::YaspEntity ( )
inline
template<int dim, class GridImp >
Dune::YaspEntity< dim, dim, GridImp >::YaspEntity ( const YGLI g,
const I it 
)
inline

References move.

Member Function Documentation

template<int dim, class GridImp >
bool Dune::YaspEntity< dim, dim, GridImp >::equals ( const YaspEntity< dim, dim, GridImp > &  e) const
inline

Return true when two iterators over the same grid are equal (!).

template<int dim, class GridImp >
Geometry Dune::YaspEntity< dim, dim, GridImp >::geometry ( ) const
inline

geometry of this entity

template<int dim, class GridImp >
const YGLI& Dune::YaspEntity< dim, dim, GridImp >::gridlevel ( ) const
inline
template<int dim, class GridImp >
YGLI& Dune::YaspEntity< dim, dim, GridImp >::gridlevel ( )
inline
template<int dim, class GridImp >
int Dune::YaspEntity< dim, dim, GridImp >::level ( ) const
inline

level of this element

template<int dim, class GridImp >
PartitionType Dune::YaspEntity< dim, dim, GridImp >::partitionType ( ) const
inline
template<int dim, class GridImp >
EntitySeed Dune::YaspEntity< dim, dim, GridImp >::seed ( ) const
inline

Return the entity seed which contains sufficient information to generate the entity again and uses as little memory as possible.

template<int dim, class GridImp >
int Dune::YaspEntity< dim, dim, GridImp >::subCompressedIndex ( int  ,
unsigned  int 
) const
inline

subentity compressed index simply returns compressedIndex

template<int dim, class GridImp >
const I& Dune::YaspEntity< dim, dim, GridImp >::transformingsubiterator ( ) const
inline
template<int dim, class GridImp >
I& Dune::YaspEntity< dim, dim, GridImp >::transformingsubiterator ( )
inline
GeometryType Dune::EntityDefaultImplementation< cd, dim, GridImp, YaspEntity >::type ( ) const
inlineinherited

Return the name of the reference element. The type can be used to access the Dune::ReferenceElement.

template<int dim, class GridImp >
const GridImp* Dune::YaspEntity< dim, dim, GridImp >::yaspgrid ( ) const
inline

Member Data Documentation

template<int dim, class GridImp >
YGLI Dune::YaspEntity< dim, dim, GridImp >::_g
protected
template<int dim, class GridImp >
I Dune::YaspEntity< dim, dim, GridImp >::_it
protected

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