dune-spgrid 2.8.0
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
Dune::Capabilities::hasSingleGeometryType< SPGrid< ct, dim, Ref, Comm > > Struct Template Reference

Do elements of a grid always have the same geometry type? More...

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

Static Public Attributes

static const bool v = true
 all elements in SPGrid have the same geometry type More...
 
static const unsigned int topologyId = GeometryTypes::cube(dim).id()
 SPGrid has only cube elements More...
 

Detailed Description

template<class ct, int dim, template< int > class Ref, class Comm>
struct Dune::Capabilities::hasSingleGeometryType< SPGrid< ct, dim, Ref, Comm > >

Do elements of a grid always have the same geometry type?

Template Parameters
Gridgrid for which the information is desired

Member Data Documentation

◆ topologyId

template<class ct , int dim, template< int > class Ref, class Comm >
const unsigned int Dune::Capabilities::hasSingleGeometryType< SPGrid< ct, dim, Ref, Comm > >::topologyId = GeometryTypes::cube(dim).id()
static

SPGrid has only cube elements

◆ v

template<class ct , int dim, template< int > class Ref, class Comm >
const bool Dune::Capabilities::hasSingleGeometryType< SPGrid< ct, dim, Ref, Comm > >::v = true
static

all elements in SPGrid have the same geometry type


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