get_mesh_zonelets_of_topo_edges#

TopoData.get_mesh_zonelets_of_topo_edges(topo_edges)#

Get the mesh edge zonelets for the provided topoedge ids.

Parameters:
topo_edgesIterable[int]

Ids of the topoedges.

Returns:
Iterable[int]

Return the mesh edge zonelet ids.

Return type:

Iterable[int]

Examples

>>> mesh_edge_zonelets = topo_data.get_mesh_zonelets_of_topo_edges(topo_edges)