dune-geometry  2.4
Static Public Member Functions | Static Public Attributes | List of all members
Dune::GenericGeometry::Pyramid< BaseTopology > Struct Template Reference

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

Static Public Member Functions

static std::string name ()
 

Static Public Attributes

static const unsigned int dimension = BaseTopology :: dimension + 1
 
static const unsigned int numCorners = BaseTopology :: numCorners + 1
 
static const unsigned int id = BaseTopology::id | ((unsigned int)pyramidConstruction << (dimension-1))
 

Member Function Documentation

template<class BaseTopology >
static std :: string Dune::GenericGeometry::Pyramid< BaseTopology >::name ( )
inlinestatic

Member Data Documentation

template<class BaseTopology >
const unsigned int Dune::GenericGeometry::Pyramid< BaseTopology >::dimension = BaseTopology :: dimension + 1
static
template<class BaseTopology >
const unsigned int Dune::GenericGeometry::Pyramid< BaseTopology >::id = BaseTopology::id | ((unsigned int)pyramidConstruction << (dimension-1))
static
template<class BaseTopology >
const unsigned int Dune::GenericGeometry::Pyramid< BaseTopology >::numCorners = BaseTopology :: numCorners + 1
static

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