← Back to team overview

dolfin team mailing list archive

Saving UserFunction to vtk format

 

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





Follow ups