VolMesh.cell_neighbors

VolMesh.cell_neighbors(cell)[source]

Find the neighbors of a given cell.

Parameters

cell (int) – The identifier of the cell.

Returns

list[int] – The identifiers of the adjacent cells.