dune-grid 2.9.0
Static Public Attributes | List of all members
Dune::Capabilities::hasSingleGeometryType< Grid > Struct Template Reference

Specialize with 'true' for if the codimension 0 entity of the grid has only one possible geometry type. In this case the topologyId of this geometry type has also to be specified. (default=false, topologyId=undefined) More...

#include <dune/grid/common/capabilities.hh>

Static Public Attributes

static const bool v = false
 
static const unsigned int topologyId = ~0u
 

Detailed Description

template<class Grid>
struct Dune::Capabilities::hasSingleGeometryType< Grid >

Specialize with 'true' for if the codimension 0 entity of the grid has only one possible geometry type. In this case the topologyId of this geometry type has also to be specified. (default=false, topologyId=undefined)

Member Data Documentation

◆ topologyId

template<class Grid >
const unsigned int Dune::Capabilities::hasSingleGeometryType< Grid >::topologyId = ~0u
static

◆ v

template<class Grid >
const bool Dune::Capabilities::hasSingleGeometryType< Grid >::v = false
static

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