Hi,
I want to convert a .msh mesh into .xml, I used 2 method of conversion but unfortunately i faced the following message:
I would be grateful if you could help me.
I also uploaded the 3D mesh on: https://gofile.io/?c=3py0Wb
-
meshio-convert cavitya.msh out.xml
result:
Blockquote Traceback (most recent call last):
File “/usr/bin/meshio-convert”, line 135, in
_main()
File “/usr/bin/meshio-convert”, line 18, in _main
meshio.read(args.infile, file_format=args.input_format)
File “/usr/lib/python3/dist-packages/meshio/helpers.py”, line 131, in read
return format_to_reader[file_format].read(filename)
File “/usr/lib/python3/dist-packages/meshio/gmsh_io.py”, line 99, in read
out = read_buffer(f)
File “/usr/lib/python3/dist-packages/meshio/gmsh_io.py”, line 344, in read_buffer
assert line[0] == ‘$’
AssertionError
-
dolfin-convert cavitya.msh out.xml
result:
Converting from Gmsh format (.msh, .gmsh) to DOLFIN XML format
*** Unable to find cells of supported type.
regards,
mhd