VolMesh.halfface_manifold_neighborhood
- VolMesh.halfface_manifold_neighborhood(hfkey, ring=1)[source]
Return the halfface neighborhood of a halfface across their edges.
- Parameters
key (int) – The identifier of the halfface.
- Returns
list[int] – The list of neighboring halffaces.
Notes
Neighboring halffaces on the same cell are not included.