← Back to team overview

dolfin team mailing list archive

writing multiple fields to a VTK file

 

Hi,

I would like to write more than one discrete function to a (single) results file. What I am looking to do is deform a mesh (or warp in paraview) and then plot another scalar or vector field on the deformed coordinates. Right now that is not possible by construction of the VTKFile class (for starters every function has the same name, 'u'), but I was wondering if there was any outstanding reason why this might not be implemented? Or is there another output option that I could do this in (I haven't looked)?

Thanks,
Jake


Follow ups