HalfFace.cell_vertex_neighbors

HalfFace.cell_vertex_neighbors(cell, vertex)[source]

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.