Note
The documentation on this page was automatically extracted from the DOLFIN C++ code and may need to be edited or expanded.
Create iterator for mesh entities over given topological dimension
Iterator over MeshEntity of dimension dim on mesh, with string option to iterate over “regular”, “ghost” or “all” entities
Create iterator for entities of given dimension connected to given entity
Copy constructor
Step to next mesh entity (prefix increment)
Step to the previous mesh entity (prefix decrease)
Return current position
Comparison operator.
Comparison operator
Dereference operator
Member access operator
Check if iterator has reached the end
Provide a safeguard iterator pointing beyond the end of an iteration process, either iterating over the mesh /or incident entities. Added to be bit more like STL iterators, since many algorithms rely on a kind of beyond iterator.
Set pos to end position. To create a kind of mesh.end() iterator.