dune-geometry  2.2.0
Static Public Member Functions | Static Public Attributes
Dune::GenericGeometry::Prism< BaseTopology > Struct Template Reference

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

List of all members.

Static Public Member Functions

static std::string name ()

Static Public Attributes

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

template<class BaseTopology>
struct Dune::GenericGeometry::Prism< BaseTopology >


Member Function Documentation

template<class BaseTopology >
static std :: string Dune::GenericGeometry::Prism< BaseTopology >::name ( ) [inline, static]

Member Data Documentation

template<class BaseTopology >
const unsigned int Dune::GenericGeometry::Prism< BaseTopology >::dimension = BaseTopology :: dimension + 1 [static]
template<class BaseTopology >
const unsigned int Dune::GenericGeometry::Prism< BaseTopology >::id = BaseTopology :: id + (1 << (dimension-1)) [static]
template<class BaseTopology >
const unsigned int Dune::GenericGeometry::Prism< BaseTopology >::numCorners = 2 * BaseTopology :: numCorners [static]

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