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_edges
Iterable
[int
] Ids of the topoedges.
- topo_edges
- Returns:
Iterable
[int
]Return the mesh edge zonelet ids.
- Return type:
Examples
>>> mesh_edge_zonelets = topo_data.get_mesh_zonelets_of_topo_edges(topo_edges)