VolMesh.cell_neighbors

VolMesh.cell_neighbors(cell)[source]

Find the neighbors of a given cell.

Parameters:
cellint

The identifier of the cell.

Returns:
list[int]

The identifiers of the adjacent cells.