Hello everyone, greetings!
I recently installed FEniCS. In my work, I need to convert .grid file to xml format, which is readable by FEniCS.
The following code was used to convert a mesh from .grid format to dolfin XML format but I am getting an error:
dolfin-convert dynamic.gird dynamic.xml
error message: SyntaxError : Invalid Syntax;
Process finished with exit code 1
Could you please help me to resolve this issue?
Thank you,
-Bharat