VolMesh.cell_face_neighbors
- VolMesh.cell_face_neighbors(cell, face)[source]
Find the faces adjacent to a given face of a cell.
- Parameters
cell (int) – The identifier of the cell.
face (int) – The identifier of the face.
- Returns
int – The identifier of the face.
Notes
This method is similar to
face_neighbors()
, but in the context of a cell of the VolMesh.