dune-grid  2.2.0
Static Public Attributes
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/grid/alugrid/common/capabilities.hh>

List of all members.

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

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