dune-geometry 3.0-git
Static Public Attributes | List of all members
Dune::GenericGeometry::DuneGeometryType< Pyramid< BaseTopology >, linetype > Class Template Reference

#include <dune/geometry/genericgeometry/conversion.hh>

Static Public Attributes

static const unsigned int dimension = DuneBaseGeometryType::dimension + 1
 
static const GeometryType::BasicType basicType
 

Member Data Documentation

◆ basicType

Initial value:
= ((dimension == 1)
? linetype
: ((dimension == 2) || (DuneBaseGeometryType::basicType == GeometryType::simplex))
? GeometryType::simplex
: GeometryType::pyramid)
static const unsigned int dimension
Definition conversion.hh:81
static const GeometryType::BasicType basicType
Definition conversion.hh:83

◆ dimension

template<class BaseTopology , GeometryType::BasicType linetype>
const unsigned int Dune::GenericGeometry::DuneGeometryType< Pyramid< BaseTopology >, linetype >::dimension = DuneBaseGeometryType::dimension + 1
static

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