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

#include <dune/geometry/type.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

§ name()

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

Member Data Documentation

§ dimension

template<class BaseTopology >
const unsigned int Dune::Impl::Pyramid< BaseTopology >::dimension = BaseTopology::dimension + 1
static

§ id

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

§ numCorners

template<class BaseTopology >
const unsigned int Dune::Impl::Pyramid< BaseTopology >::numCorners = BaseTopology::numCorners + 1
static

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