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

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

Inheritance diagram for Dune::GeoGrid::InferHasSingleGeometryType< hasSingleGeometryType, dim, mydim >:
Inheritance graph

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

◆ topologyId

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

◆ v

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: