I have some trouble getting started with Fenics and Python:
I run Fenics with Docker and run one of the demos with "python ~/demo/documented/bcs/python/demo_bcs.py . Everything seems to work, BUT I do not get any visualisation. The plot(...) command at the end of the demo does not seem to have any effect. That holds for all demos I tested.
I'd like to use my Python IDE (PyCharm) for development. So first of all, I'll have to mount the directory into the Fenics VM, I think I know how to do that. But is there also a way to access the Python installation inside Fenics?
When I do an installation from source, will I then get a "native" installation without the Docker VM that uses (for example) the native Python on my system? (And will the build be as painful as for example with Trilinos? ;-) )
The questions might seem a bit stupid, but in the beginning it's often difficult until one has some idea about the system. So a few hints would be VERY helpful and save a lot of time :-)