I am aware that the dolfinx.io.gmshio functions model_to_mesh and read_from_mesh return (only) the triplet (mesh, cell_tags, facet_tags), but I was wondering if there was an easy way to retrieve the equivalent tags for edges and points (from gmsh Physical Curves and Physical Points, respectively).
Mainly because I didn’t think it was needed at the time I added gmshio.
It’s on the todo to propose adding it (but my todo is lengthy). Anyone else could propose it