Hi,
i have a problem with importing mesh generated in gmsh. The .msh file is being read and transformed to .xdmf by meshio 5.3.4. Although my mesh contains only triangular elements when it is being generated based on more than one physical group (surface) the generated .xdmf file is type “mixed”.
Files created based on the mesh generated on just one physical group work just fine
And indeed it worked. I have previously seen those answers but i thought that after said process the information about the physical groups would be lost and not passed to the new xdmf file, but apparently it does work as i intended.