dune-grid 2.9.0
Static Public Attributes | List of all members
Dune::Capabilities::hasEntityIterator< Grid, codim > Struct Template Reference

specialize with 'true' for all codims that a grid provides an iterator for (default=hasEntity<codim>::v) More...

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

Static Public Attributes

static const bool v = hasEntity<Grid, codim>::v
 

Detailed Description

template<class Grid, int codim>
struct Dune::Capabilities::hasEntityIterator< Grid, codim >

specialize with 'true' for all codims that a grid provides an iterator for (default=hasEntity<codim>::v)

Note
Being able to iterate over a codimension implies that the grid provides entities for that codimension.
Any fully conforming DUNE grid implementation must be able to iterate over all codim 0 entities (i.e., elements).

Member Data Documentation

◆ v

template<class Grid , int codim>
const bool Dune::Capabilities::hasEntityIterator< Grid, codim >::v = hasEntity<Grid, codim>::v
static

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