CellNetwork.halfface_manifold_neighbors
- CellNetwork.halfface_manifold_neighbors(halfface)[source]
Return the halfface neighbors of a halfface that are on the same manifold.
- Parameters:
- halffaceint
The identifier of the halfface.
- Returns:
- list[int]
The list of neighboring halffaces.
See also
Notes
Neighboring halffaces on the same cell are not included.