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.
See also
Site Navigation
Find the neighbors of a given cell.
The identifier of the cell.
The identifiers of the adjacent cells.
See also