boundary#
- iskra.topology.boundary(faces: Tensor) Tensor[SOURCE]#
Finds all boundary subfaces of a mesh.
Boundary subfaces are defined as those that appear in one face only. A boundary subface inherits the orientation from their parent face (see
face_subface_idcs()for more information on the subface vertex ordering).Tip
The faces can be of arbitrary dimension. Tets, triangles, and edges all work.
See also
iskra.topology.ordered_boundary_vertices(),iskra.topology.ordered_boundary_edges(),iskra.topology.face_subface_idcs().