[Paraview] Plotting transient data
Felipe Bordeu Weldt
felipe.bordeu at ec-nantes.fr
Fri May 7 11:12:53 EDT 2010
Yes, you can use the xdmf format file, and use the XPath,
"XPath, allows for elements in the XML document and the API to
reference specific elements in a document"
http://www.xdmf.org/index.php/XDMF_Model_and_Format
then if your data is realy big, you can use the hdf5 format inside
your Xdmf to store the information in binary/compress .
in the example only the topology and geometry of the first timestep is
written.
Felipe
Le 6 mai 10 à 22:17, John C. Young a écrit :
> Hi,
>
> I am trying to plot some transient data on an unstructed mesh using
> paraview. I've found the thread here that advises writing each time-
> step to a separate file.
>
> http://www.paraview.org/pipermail/paraview/2007-June/005161.html
>
> This works. My problem is that (if I am understanding correctly),
> each file has to have the full mesh representation as well as the
> particular time-step data. For small meshes this is not a problem,
> but some meshes I am looking at are very large. It seems wasteful
> to have to re-define the mesh in each file.
>
> Is there a way to separate the mesh data from the data sets so that
> I can define the mesh only once in one file and only have the data
> sets in the list of time-step files?
>
> Thanks,
> John
> _______________________________________________
> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20100507/7b3fcc99/attachment-0002.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dummy.xdmf
Type: application/octet-stream
Size: 3972 bytes
Desc: not available
URL: <http://www.paraview.org/pipermail/paraview/attachments/20100507/7b3fcc99/attachment-0001.obj>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20100507/7b3fcc99/attachment-0003.htm>
More information about the ParaView
mailing list