vertices

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

Bases: object

Overloaded versions

  • MeshEntityIteratorBase(mesh)

    Create iterator for mesh entities over given topological dimension

  • MeshEntityIteratorBase(entity)

    Create iterator for entities of given dimension connected to given entity

  • MeshEntityIteratorBase(it)

    Copy constructor

end()

Check if iterator has reached the end

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.

next()
pos()

Return current position

thisown

The membership flag