Transitioning from mesh.xml to mesh.xdmf, from dolfin-convert to meshio

You need to create distinct xdmf-files for each entity type, as having a Mixed XDMFFile is not parallel friendly. See for instance: Extracting mesh regions for gmsh mesh - #16 by dokken
Where you can replace the msh-file that is read in with the xdmf file you originally had.

1 Like