VolMesh.vertex_halffaces

VolMesh.vertex_halffaces(vertex)[source]

Return all halffaces connected to a vertex.

Parameters:
vertexint

The identifier of the vertex.

Returns:
list[int]

The list of halffaces connected to a vertex.

See also

vertex_neighbors(), vertex_faces(), vertex_cells()