dune-alugrid  3.0.0
Static Public Attributes | List of all members
Dune::Capabilities::hasSingleGeometryType< ALUGrid< dim, dimworld, eltype, refinementtype, Comm > > Struct Template Reference

ALUGrid has only one geometry type for codim 0 entities. More...

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

Static Public Attributes

static const bool v = true
 
static const unsigned int topologyId
 

Detailed Description

template<int dim, int dimworld, ALUGridElementType eltype, ALUGridRefinementType refinementtype, class Comm>
struct Dune::Capabilities::hasSingleGeometryType< ALUGrid< dim, dimworld, eltype, refinementtype, Comm > >

ALUGrid has only one geometry type for codim 0 entities.

Member Data Documentation

◆ topologyId

template<int dim, int dimworld, ALUGridElementType eltype, ALUGridRefinementType refinementtype, class Comm >
const unsigned int Dune::Capabilities::hasSingleGeometryType< ALUGrid< dim, dimworld, eltype, refinementtype, Comm > >::topologyId
static
Initial value:
= (eltype == cube) ?
GenericGeometry :: CubeTopology< dim > :: type :: id :
GenericGeometry :: SimplexTopology< dim > :: type :: id

◆ v

template<int dim, int dimworld, ALUGridElementType eltype, ALUGridRefinementType refinementtype, class Comm >
const bool Dune::Capabilities::hasSingleGeometryType< ALUGrid< dim, dimworld, eltype, refinementtype, Comm > >::v = true
static

The documentation for this struct was generated from the following file:
Dune::cube
use only cube elements (i.e., quadrilaterals or hexahedra)
Definition: declaration.hh:19