Is there a way to parse .msh file into .xml file? Even more so, I know of the option
mesh = Mesh(“file_name.xml.gz”), and hopeful that something alike work with .msh files.
The trivial replacement I just tried mesh=Mesh(“file_name.msh”) generated the following error:
-------------------------------------------------------------------------
*** Error: Unable to open file.
*** Reason: Unknown file type (".msh") for file "test2.1.msh".
*** Where: This error was encountered inside File.cpp.
*** Process: 0
***
*** DOLFIN version: 2019.1.0
*** Git changeset:
Thanks so much in advance!
Saar