Dear all,
Was trying to run demo_navier-stokes.py using this:
fenics@52eac62e9bc2:~/shared$ python3 ~/demo/python/documented/navier-stokes/demo_navier-stokes.py
I have the below error message:
Traceback (most recent call last):
File “/home/fenics/demo/python/documented/navier-stokes/demo_navier-stokes.py”, line 36, in
mesh = Mesh(“…/lshape.xml.gz”)
RuntimeError:
*** -------------------------------------------------------------------------
*** DOLFIN encountered an error. If you are not able to resolve this issue
*** using the information listed below, you can ask for help at
*** fenics-support@googlegroups.com
*** Remember to include the error message listed below and, if possible,
*** include a minimal running example to reproduce the error.
*** -------------------------------------------------------------------------
*** Error: Unable to read data from XML file.
*** Reason: Unable to open file “…/lshape.xml.gz”.
*** Where: This error was encountered inside XMLFile.cpp.
*** Process: 0
*** DOLFIN version: 2019.1.0
*** Git changeset: 74d7efe1e84d65e9433fd96c50f1d278fa3e3f3f
*** -------------------------------------------------------------------------