Hello, I have downloaded demo_mixed-poisson.py from https://fenicsproject.org/olddocs/dolfin/2016.1.0/python/demo/documented/mixed-poisson/python/documentation.html but when I was trying to run this script I have faced with one issue:
Traceback (most recent call last):
File "demo_mixed-poisson.py", line 52, in <module>
W = FunctionSpace(mesh, BDM * DG)
TypeError: __init__() takes at least 4 arguments (3 given)
What was that, how can I handle it? Thank you.