dune-grid  2.1.1
Classes | Public Types | Static Public Member Functions | Friends
Dune::RefinementImp::PyramidTriangulation::RefinementImp< dimension_, CoordType > Class Template Reference

List of all members.

Classes

struct  Codim
class  Codim< codimension >

Public Types

enum  { dimension = dimension_ }
enum  { dimensionworld = dimension }
typedef CoordType ctype
typedef Codim< dimension >
::SubEntityIterator 
VertexIterator
typedef FieldVector< CoordType,
dimension
CoordVector
typedef Codim
< 0 >::SubEntityIterator 
ElementIterator
typedef FieldVector< int,
dimension+1 > 
IndexVector

Static Public Member Functions

static int nVertices (int level)
static VertexIterator vBegin (int level)
static VertexIterator vEnd (int level)
static int nElements (int level)
static ElementIterator eBegin (int level)
static ElementIterator eEnd (int level)

Friends

class Geometry< dimension_, dimension_, RefinementImp >
class MakeableGeometry< dimension_, RefinementImp >
class RefinementIteratorSpecial< dimension, CoordType, 0 >
class RefinementIteratorSpecial< dimension, CoordType, dimension >

template<int dimension_, class CoordType>
class Dune::RefinementImp::PyramidTriangulation::RefinementImp< dimension_, CoordType >


Member Typedef Documentation

template<int dimension_, class CoordType>
typedef FieldVector<CoordType, dimension> Dune::RefinementImp::PyramidTriangulation::RefinementImp< dimension_, CoordType >::CoordVector
template<int dimension_, class CoordType>
typedef CoordType Dune::RefinementImp::PyramidTriangulation::RefinementImp< dimension_, CoordType >::ctype
template<int dimension_, class CoordType>
typedef Codim<0>::SubEntityIterator Dune::RefinementImp::PyramidTriangulation::RefinementImp< dimension_, CoordType >::ElementIterator
template<int dimension_, class CoordType>
typedef FieldVector<int, dimension+1> Dune::RefinementImp::PyramidTriangulation::RefinementImp< dimension_, CoordType >::IndexVector
template<int dimension_, class CoordType>
typedef Codim<dimension>::SubEntityIterator Dune::RefinementImp::PyramidTriangulation::RefinementImp< dimension_, CoordType >::VertexIterator

Member Enumeration Documentation

template<int dimension_, class CoordType>
anonymous enum
Enumerator:
dimension 
template<int dimension_, class CoordType>
anonymous enum
Enumerator:
dimensionworld 

Member Function Documentation

template<int dimension, class CoordType >
RefinementImp< dimension, CoordType >::ElementIterator Dune::RefinementImp::PyramidTriangulation::RefinementImp< dimension, CoordType >::eBegin ( int  level) [static]
template<int dimension, class CoordType >
RefinementImp< dimension, CoordType >::ElementIterator Dune::RefinementImp::PyramidTriangulation::RefinementImp< dimension, CoordType >::eEnd ( int  level) [static]
template<int dimension, class CoordType >
int Dune::RefinementImp::PyramidTriangulation::RefinementImp< dimension, CoordType >::nElements ( int  level) [static]
template<int dimension, class CoordType >
int Dune::RefinementImp::PyramidTriangulation::RefinementImp< dimension, CoordType >::nVertices ( int  level) [static]
template<int dimension, class CoordType >
RefinementImp< dimension, CoordType >::VertexIterator Dune::RefinementImp::PyramidTriangulation::RefinementImp< dimension, CoordType >::vBegin ( int  level) [static]
template<int dimension, class CoordType >
RefinementImp< dimension, CoordType >::VertexIterator Dune::RefinementImp::PyramidTriangulation::RefinementImp< dimension, CoordType >::vEnd ( int  level) [static]

Friends And Related Function Documentation

template<int dimension_, class CoordType>
friend class Geometry< dimension_, dimension_, RefinementImp > [friend]
template<int dimension_, class CoordType>
friend class MakeableGeometry< dimension_, RefinementImp > [friend]
template<int dimension_, class CoordType>
friend class RefinementIteratorSpecial< dimension, CoordType, 0 > [friend]
template<int dimension_, class CoordType>
friend class RefinementIteratorSpecial< dimension, CoordType, dimension > [friend]

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