ForceVolMesh.vertex_neighbors

ForceVolMesh.vertex_neighbors(vertex)

Return the vertex neighbors of a vertex.

Parameters

vertex (int) – The identifier of the vertex.

Returns

list[int] – The list of neighboring vertices.