dune-grid  2.3.1
Static Public Attributes | List of all members
Dune::GeoGrid::InferHasSingleGeometryType< hasSingleGeometryType, dim, mydim > Struct Template Reference

#include <dune/grid/geometrygrid/geometry.hh>

Static Public Attributes

static const bool v = hasSingleGeometryType::v && ((mydim == dim) || ((id | 1u) == 1u) || ((id | 1u) == idMask))
static const unsigned int topologyId = (v ? id & idMask : ~0u)

Member Data Documentation

template<class hasSingleGeometryType, int dim, int mydim>
const unsigned int Dune::GeoGrid::InferHasSingleGeometryType< hasSingleGeometryType, dim, mydim >::topologyId = (v ? id & idMask : ~0u)
static
template<class hasSingleGeometryType, int dim, int mydim>
const bool Dune::GeoGrid::InferHasSingleGeometryType< hasSingleGeometryType, dim, mydim >::v = hasSingleGeometryType::v && ((mydim == dim) || ((id | 1u) == 1u) || ((id | 1u) == idMask))
static

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