The visual output of the helmholtz, burgers and mixed poisson in the tutorials are rectangular surfaces. This is when I open their respective .vtu files. What could be the problem?
On 03 Dec 2015, at 17:07, Lawrence Mitchell <lawrence.mitchell@imperial.ac.uk> wrote:
On 03/12/15 16:05, Angwenyi David wrote:
I am actually trying to visualize the output in the tutorials. We already have for example: File(“poisson_mixed.pvd”) << u I have done: output = File(“poisson_mixed.pvd”) output << u del output
And after that, I cannot locate the file poisson_mixed.pvd
This file is created in the directory you started the python process in. You can find that from within the python process with:
import os
print os.path.abspath(os.path.curdir)
Cheers,
Lawrence
_______________________________________________ firedrake mailing list firedrake@imperial.ac.uk https://mailman.ic.ac.uk/mailman/listinfo/firedrake