[vtkusers] More then one time step in one xml file?

Berk Geveci berklist at nycap.rr.com
Thu Jun 3 10:41:24 EDT 2004


Can't be done.

On Thu, 2004-06-03 at 10:30, Henry J. Karpf wrote:
> 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>
> >
> >
> >  
> >
> 
> 
> _______________________________________________
> This is the private VTK discussion list. 
> Please keep messages on-topic. Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
-- 
Berk Geveci <berklist at nycap.rr.com>




More information about the vtkusers mailing list