VolMesh.halfface_manifold_neighbors

VolMesh.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.

Notes

Neighboring halffaces on the same cell are not included.