Replies: 1 comment 3 replies
-
This depends on what version of dolfinx_mpc you are running, as I Added this functionality earlier this year. Make sure you look at demos of the same version as your installation |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First of all, thank you very much for this wonderful work. I just wanted to mention that in fine "bench_periodic.py" in line 147: mpc.backsubstitution(uh) does not work since uh is a Function, not a vector. I simply changed it to mpc.backsubstitution(uh.vector) and it works.
All the best,
Hamid,
Beta Was this translation helpful? Give feedback.
All reactions