VolMesh.cell_vertices

VolMesh.cell_vertices(cell)[source]

The vertices of a cell.

Parameters

cell (int) – Identifier of the cell.

Returns

list[int] – The vertex identifiers of a cell.

Notes

This method is similar to vertices(), but in the context of a cell of the VolMesh.