VolMesh.cell_vertex_faces

VolMesh.cell_vertex_faces(cell, vertex)[source]

Ordered faces connected to a vertex of a cell.

Parameters
  • cell (int) – Identifier of the cell.

  • vertex (int) – Identifier of the vertex.

Returns

list – The ordered list of faces connected to a vertex of a cell.

Notes

All of the returned faces should be part of the cell.