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