get_mesh_zonelets_of_topo_faces#
- TopoData.get_mesh_zonelets_of_topo_faces(topo_faces)#
Get the mesh face zonelets for the provided topoface ids.
- Parameters:
- topo_faces
Iterable[int] Ids of the topofaces.
- topo_faces
- Returns:
- :
Iterable[int]Return the mesh face zonelet ids.
- Return type:
Examples
>>> mesh_face_zonelets = topo_data.get_mesh_zonelets_of_topo_faces(topo_faces)