Hi I'm new to FEniCS and trying to work through the tutorial, however whenI try to run the example of Navier-Stokes flow past a cylinder (ft08_navier_stokes_cylinder.py) I get the following error:
Traceback (most recent call last):
File "ft08_navier_stokes_cylinder.py", line 102, in
xdmffile_u = XDMFFile('navier_stokes_cylinder/velocity.xdmf')
TypeError: init() takes exactly 3 arguments (2 given)
I can't see how to correct this error, and I haven't made any alterations to the file.
Thanks in advance