Hi,
I am using FEniCS on Mac, and upon running a code I run in the Windows version without any errors come across the following error message:
mesh = Rectangle(0,0,1,H,divx,divy)
File "/Applications/FEniCS.app/Contents/Resources/lib/python2.7/site-packages/dolfin/cpp/mesh.py", line 8574, in __init__
_mesh.Rectangle_swiginit(self,_mesh.new_Rectangle(*args))
TypeError: new_Rectangle expected 4 arguments, got 6
Does the Mac version not recognise rectangular meshes, or should I be using a different syntax?
Many thanks,