VolMesh.halfface_manifold_neighborhood

VolMesh.halfface_manifold_neighborhood(halfface, ring=1)[source]

Return the halfface neighborhood of a halfface across their edges.

Parameters:
halffaceint

The identifier of the halfface.

Returns:
list[int]

The list of neighboring halffaces.

Notes

Neighboring halffaces on the same cell are not included.