I was wondering if it is possible to save a user defined function (such as the source term in poissons equation) to vtk format ?
A discrete functions can be saved simply by:
file = File("file.pvd")
file << u
but that works only for discrete functions.
Any suggestions ?
Kristen
_______________________________________________
DOLFIN-dev mailing list
[email protected]
http://www.fenics.org/mailman/listinfo/dolfin-dev
