VolMesh3gs.cell_vertex_neighbors
- VolMesh3gs.cell_vertex_neighbors(cell, vertex)
Ordered vertex neighbors of a vertex of a cell.
- Parameters
cell (int) – Identifier of the cell.
vertex (int) – Identifier of the vertex.
- Returns
list – The list of neighboring vertices.
Notes
All of the returned vertices should be part of the cell.