VolMesh.is_halfface_on_boundary

VolMesh.is_halfface_on_boundary(halfface)[source]

Verify that a face is on the boundary.

Parameters

halfface (int) – The identifier of the halfface.

Returns

bool – True if the face is on the boundary. False otherwise.