However, if I try run another demo from here, I get this error:
TypeError: unsupported operand type(s) for *: ‘FunctionSpace’ and ‘FunctionSpace’
Is there a difference between the current available Fenics and the documentation? It seems something in Fenics has changed but is not reflected in the documentation.
Hi
the link you mentioned refer to version 1.3 of FEniCS which is extremely old so that a few things have changed in the API, in particular the definition of MixedFunctionSpace using the star operator. The current demos can be found here https://fenicsproject.org/docs/dolfin/2019.1.0/python/demos.html
I am not sure which link you are referring to.
The link you have provided works. and I cannot see which link inside the reference I provided that you mean is incorrect