HalfFace.cell_vertex_neighbors
- HalfFace.cell_vertex_neighbors(cell, vertex)[source]
Ordered vertex neighbors of a vertex of a cell.
- Parameters:
- cellint
Identifier of the cell.
- vertexint
Identifier of the vertex.
- Returns:
- list[int]
The list of neighboring vertices.
See also
Notes
All of the returned vertices are part of the cell.
This method is similar to
vertex_neighbors()
, but in the context of a cell of the VolMesh.