HalfFace.vertex_cells

HalfFace.vertex_cells(vertex)[source]

Return all cells connected to a vertex.

Parameters:
vertexint

The identifier of the vertex.

Returns:
list[int]

The list of cells connected to a vertex.

See also

vertex_neighbors(), vertex_faces(), vertex_halffaces()