[vtkusers] More then one time step in one xml file?
Henry J. Karpf
hjkarpf at sandia.gov
Thu Jun 3 10:30:07 EDT 2004
Yeah that is what i am currently doing, but I think it would be easier
if it was all in one big file, as in all timesteps in one? Any ideads
on that?
Berk Geveci wrote:
>In that case, you can do it. You write each time step as a separate
>file and then write a .pvd meta-file that points to those. The .pvd
>file should look like:
>
><?xml version="1.0"?>
><VTKFile type="Collection" version="0.1" byte_order="LittleEndian" compressor="vtkZLibDataCompressor">
> <Collection>
> <DataSet timestep="0" group="" part="0" file="foobar/foobar_T0000.vtp"/>
> <DataSet timestep="1" group="" part="0" file="foobar/foobar_T0001.vtp"/>
> <DataSet timestep="2" group="" part="0" file="foobar/foobar_T0002.vtp"/>
>...
> </Collection>
></VTKFile>
>
>
>
>
More information about the vtkusers
mailing list