Hi,
I am trying to convert a .msh mesh generated by gmsh using dolfin-convert but it gives the following error:
> dolfin-convert myTest.msh myTest.xml
Converting from Gmsh format (.msh, .gmsh) to DOLFIN XML format
*** Missing data, unable to convert
*** \ Did you use version 2.0 of the gmsh file format?
When I check my .msh file, the version seems correct:
$MeshFormat
2.2 0 8
$EndMeshFormat
$Nodes
31
... # a bunch of lines to describe the nodes and elements
And my original .geo file is the simplest possible so the mistake doesn't come from there either.
I saw that this problem have already been asked (here) but I do not see how to "enforce Gmsh to save in file type format 2.0"
Would anyone have any idea how to fix this?
Thanks a lot!
Vincent