Vertex

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

Bases: dolfin.cpp.mesh.MeshEntity

A Vertex is a MeshEntity of topological dimension 0.

Create vertex from mesh entity.

Parameters:& entity (MeshEntity) –
point()

Return vertex coordinates as a 3D point value.

Return type:Point
thisown

The membership flag

x()

Return value of vertex coordinate i.

Parameters:i (std::size_t) –
Return type:double