dune-alugrid 2.8.0
Loading...
Searching...
No Matches
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) ?
GeometryTypes::cube(dim).id() : GeometryTypes::simplex(dim).id()
@ cube
use only cube elements (i.e., quadrilaterals or hexahedra)
Definition: declaration.hh:19

◆ 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: