VolMesh.is_vertex_on_boundary

VolMesh.is_vertex_on_boundary(vertex)[source]

Verify that a vertex is on a boundary.

Parameters:
vertexint

The identifier of the vertex.

Returns:
bool

True if the vertex is on the boundary. False otherwise.

See also

is_edge_on_boundary(), is_face_on_boundary(), is_cell_on_boundary()