fedoo.DataSet.global_element_location
- DataSet.global_element_location(element_id: int) tuple[int, int]
Return
(submesh_id, local_element_id)for a global element id.For regular
Meshdatasets, the returned submesh id is always 0. ForMultiMeshdatasets, global element ids follow the same concatenated order used byto_pyvistaand multimesh plotting: all elements of submesh 0, then all elements of submesh 1, and so on.