Another good file format for writing topology and data to different files, is the Ensight Gold format. See this post http://www.paraview.org/pipermail/paraview/2010-February/015708.html
You can write both acsii and binary files. I can send you a simple fortran routine, which writes topology(quads) and data. And a .case file 2011/12/13 Robert Maynard <[email protected]> > I am pretty sure that both the Legacy VTK and the XML VTK do not > support writing out the mesh and field data as different files. > > On Tue, Dec 13, 2011 at 2:52 PM, Alexander Podlozhnyuk > <[email protected]> wrote: > > > > > > 2011/12/13 Alexander Podlozhnyuk <[email protected]> > >> > >> Hello! > >> I use VTK file format for visualizing scientific data in Paraview. I > write > >> in this file mesh (point_data + cell_data) and Field Data (pressure > >> distribution for each point and etc.). Is it possible to write mesh > data and > >> field data in separate vtk-files and read them together in Paraview? Or > >> should I use another file format ? > >> Thank you. > > > > > > Dear all, have you any idea ? > > > > _______________________________________________ > > Powered by www.kitware.com > > > > Visit other Kitware open-source projects at > > http://www.kitware.com/opensource/opensource.html > > > > Please keep messages on-topic and check the ParaView Wiki at: > > http://paraview.org/Wiki/ParaView > > > > Follow this link to subscribe/unsubscribe: > > http://www.paraview.org/mailman/listinfo/paraview > > > > > > -- > Robert Maynard > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview >
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
