dune-geometry 2.9.1
Loading...
Searching...
No Matches
Classes | Public Types | Static Public Attributes | List of all members
Dune::RefinementImp::Simplex::RefinementImp< dimension_, CoordType > Class Template Reference

Classes

struct  Codim
 
class  Codim< codimension >
 

Public Types

typedef CoordType ctype
 
typedef Codim< dimension >::SubEntityIterator VertexIterator
 
typedef FieldVector< CoordType, dimensionCoordVector
 
typedef Codim< 0 >::SubEntityIterator ElementIterator
 
typedef FieldVector< int, dimension+1 > IndexVector
 

Static Public Member Functions

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

Static Public Attributes

static constexpr int dimension = dimension_
 

Member Typedef Documentation

◆ CoordVector

template<int dimension_, class CoordType >
typedef FieldVector<CoordType, dimension> Dune::RefinementImp::Simplex::RefinementImp< dimension_, CoordType >::CoordVector

◆ ctype

template<int dimension_, class CoordType >
typedef CoordType Dune::RefinementImp::Simplex::RefinementImp< dimension_, CoordType >::ctype

◆ ElementIterator

template<int dimension_, class CoordType >
typedef Codim<0>::SubEntityIterator Dune::RefinementImp::Simplex::RefinementImp< dimension_, CoordType >::ElementIterator

◆ IndexVector

template<int dimension_, class CoordType >
typedef FieldVector<int, dimension+1> Dune::RefinementImp::Simplex::RefinementImp< dimension_, CoordType >::IndexVector

◆ VertexIterator

template<int dimension_, class CoordType >
typedef Codim<dimension>::SubEntityIterator Dune::RefinementImp::Simplex::RefinementImp< dimension_, CoordType >::VertexIterator

Member Function Documentation

◆ eBegin()

template<int dimension, class CoordType >
RefinementImp< dimension, CoordType >::ElementIterator Dune::RefinementImp::Simplex::RefinementImp< dimension, CoordType >::eBegin ( int nIntervals)
static

◆ eEnd()

template<int dimension, class CoordType >
RefinementImp< dimension, CoordType >::ElementIterator Dune::RefinementImp::Simplex::RefinementImp< dimension, CoordType >::eEnd ( int nIntervals)
static

◆ nElements()

template<int dimension, class CoordType >
int Dune::RefinementImp::Simplex::RefinementImp< dimension, CoordType >::nElements ( int nIntervals)
static

◆ nVertices()

template<int dimension, class CoordType >
int Dune::RefinementImp::Simplex::RefinementImp< dimension, CoordType >::nVertices ( int nIntervals)
static

◆ vBegin()

template<int dimension, class CoordType >
RefinementImp< dimension, CoordType >::VertexIterator Dune::RefinementImp::Simplex::RefinementImp< dimension, CoordType >::vBegin ( int nIntervals)
static

◆ vEnd()

template<int dimension, class CoordType >
RefinementImp< dimension, CoordType >::VertexIterator Dune::RefinementImp::Simplex::RefinementImp< dimension, CoordType >::vEnd ( int nIntervals)
static

Member Data Documentation

◆ dimension

template<int dimension_, class CoordType >
constexpr int Dune::RefinementImp::Simplex::RefinementImp< dimension_, CoordType >::dimension = dimension_
staticconstexpr

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