[Paraview] Time dependent data : timestep read from file

Ptibou Ptibou ptibou31 at gmail.com
Wed Sep 1 09:24:27 EDT 2010


High Jean,

Yes, I think you're right, but for my project it is a requirement to use one
and only one file...
I use the VTK class vtkXMLWriterC to write all my data in a unique file with
all time.

Pascal


2010/9/1 Favre Jean <jfavre at cscs.ch>

>
>
> May I suggest the following syntax? use a file with suffic .pvd and
> describe the collection with the following list. You may specify all
> timestep values explicitly
>
> <VTKFile type="Collection" version="0.1" byte_order="LittleEndian">
>  <Collection>
>    <DataSet part="0"  timestep="0" file="td_0.vtu"/>
>    <DataSet part="0"  timestep="0.1" file="td_1.vtu"/>
>    <DataSet part="0"  timestep="0.3" file="td_2.vtu"/>
>    <DataSet part="0"  timestep="0.66" file="td_3.vtu"/>
>    <DataSet part="0"  timestep="0.87" file="td_4.vtu"/>
>    <DataSet part="0"  timestep="0.99" file="td_5.vtu"/>
>  </Collection>
> </VTKFile>
>
>
> -----------------
> Jean M. Favre
> Scientific Computing Research
> Swiss National Supercomputing Center
> CH-6928 Manno
> Switzerland
> _______________________________________________
> 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/20100901/aeb9ca8c/attachment.htm>


More information about the ParaView mailing list