Dune Core Modules (2.4.1)
Dune::IdentityGridLeafIterator< codim, pitype, GridImp > Class Template Reference
Iterator over all entities of a given codimension and level of a grid. More...
#include <dune/grid/identitygrid/identitygridleafiterator.hh>
Public Types | |
enum | |
Codimension of entity pointed to. | |
typedef IdentityGridEntityPointer | EntityPointerImp |
Public Member Functions | |
IdentityGridLeafIterator (const GridImp *identityGrid) | |
IdentityGridLeafIterator (const GridImp *identityGrid, bool endDummy) | |
Constructor which create the end iterator. More... | |
void | increment () |
prefix increment | |
bool | equals (const IdentityGridEntityPointer &i) const |
equality | |
bool | equals (const IdentityGridEntityPointer< codim, GridImp, ForeignHostGridEntityPointer > &entityPointer) const |
equality with EntityPointer based on different host EntityPointer | |
Entity | dereference () const |
dereferencing | |
void | compactify () |
Make this pointer as small as possible. | |
int | level () const |
ask for level of entity | |
Protected Attributes | |
HostGridEntityPointer | hostEntityPointer_ |
host EntityPointer | |
Detailed Description
template<int codim, PartitionIteratorType pitype, class GridImp>
class Dune::IdentityGridLeafIterator< codim, pitype, GridImp >
class Dune::IdentityGridLeafIterator< codim, pitype, GridImp >
Iterator over all entities of a given codimension and level of a grid.
Member Typedef Documentation
◆ EntityPointerImp
|
inherited |
export the type of the EntityPointer Implementation. Necessary for the typeconversion between Iterators and EntityPointer
Constructor & Destructor Documentation
◆ IdentityGridLeafIterator() [1/2]
template<int codim, PartitionIteratorType pitype, class GridImp >
|
inlineexplicit |
- Todo:
- Please doc me !
◆ IdentityGridLeafIterator() [2/2]
template<int codim, PartitionIteratorType pitype, class GridImp >
|
inlineexplicit |
Constructor which create the end iterator.
- Parameters
-
endDummy Here only to distinguish it from the other constructor identityGrid pointer to grid instance
The documentation for this class was generated from the following file:
- dune/grid/identitygrid/identitygridleafiterator.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 13, 23:29, 2024)