specialize with 'true' for all codims that a grid provides an iterator for (default=false)
More...
#include <dune/grid/common/capabilities.hh>
|
static const bool | v = false |
|
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=false)
- 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).
template<class Grid , int codim>
The documentation for this struct was generated from the following file: