VolMesh3gs.is_vertex_on_boundary

VolMesh3gs.is_vertex_on_boundary(vertex)

Verify that a vertex is on a boundary.

Parameters

vertex (int) – The identifier of the vertex.

Returns

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