Dune Core Modules (unstable)

Dune::IdentityGridLevelIterator< codim, pitype, GridImp > Class Template Reference

Iterator over all entities of a given codimension and level of a grid. More...

#include <dune/grid/identitygrid/identitygridleveliterator.hh>

Public Member Functions

 IdentityGridLevelIterator (const GridImp *identityGrid, int level)
 Constructor.
 
 IdentityGridLevelIterator (const GridImp *identityGrid, int level, [[maybe_unused]] bool endDummy)
 Constructor which create the end iterator. More...
 
void increment ()
 prefix increment
 
Entity dereference () const
 dereferencing
 
bool equals (const IdentityGridLevelIterator &i) const
 equality
 

Detailed Description

template<int codim, PartitionIteratorType pitype, class GridImp>
class Dune::IdentityGridLevelIterator< codim, pitype, GridImp >

Iterator over all entities of a given codimension and level of a grid.

Constructor & Destructor Documentation

◆ IdentityGridLevelIterator()

template<int codim, PartitionIteratorType pitype, class GridImp >
Dune::IdentityGridLevelIterator< codim, pitype, GridImp >::IdentityGridLevelIterator ( const GridImp *  identityGrid,
int  level,
[[maybe_unused] ] bool  endDummy 
)
inlineexplicit

Constructor which create the end iterator.

Parameters
endDummyHere only to distinguish it from the other constructor
identityGridpointer to IdentityGrid instance
levelgrid level on which the iterator shall be created

The documentation for this class was generated from the following files:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (Mar 28, 23:30, 2024)