Do elements of a grid always have the same geometry type?
More...
#include <dune/grid/spgrid/capabilities.hh>
|
static const bool | v = true |
| all elements in SPGrid have the same geometry type More...
|
|
static const unsigned int | topologyId = Impl::CubeTopology< dim >::type::id |
| SPGrid has only cube elements More...
|
|
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
-
Grid | grid for which the information is desired |
◆ topologyId
template<class ct , int dim, template< int > class Ref, class Comm >
const unsigned int Dune::Capabilities::hasSingleGeometryType< SPGrid< ct, dim, Ref, Comm > >::topologyId = Impl::CubeTopology< dim >::type::id |
|
static |
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: