edges

class dolfin.cpp.mesh.edges(*args)

Bases: object

Base class for MeshEntityIterators.

Copy constructor.

Parameters:MeshEntityIteratorBase & it (const) –
end()

Check if iterator has reached the end.

Return type:bool
end_iterator()

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.

Return type:MeshEntityIteratorBase
next()
pos()

Return current position.

Return type:std::size_t
thisown

The membership flag