MantisBT - ParaView
View Issue Details
0005542ParaView(No Category)public2007-08-20 15:242008-04-14 17:13
Thomas Geenen 
Berk Geveci 
normalfeaturealways
closedfixed 
 
 
0005542: using timeseries stored in a vtk xml file
I would like to be able to store multiple time steps in a single
vtk_xml file (no problem) and process them with paraview.
Storing multiple time steps is supported in the vtk xml format however
when opening such a file paraview tells me that there is only a single
timestep. googling for some usefull comments resulted in some
unsettling info. It seems that this is indeed not supported in
paraview and that i will have to use the paraview format. however
however this file type is more or less a list of vtk xml files (if I
understood correctly). Does that mean that if i want to use any vtk
based storage method i will have to store each time step in a separate
file? and does this also mean that i will have to store the mesh info
for each time step? We work with a fixed mesh and i am looking at
storing hundreds of timestep.
assign to Berk Geveci
No tags attached.
? cube.vtu (5,950) 2007-09-06 04:07
https://www.vtk.org/Bug/file/6138/cube.vtu
c TestXMLCInterface.c (2,113) 2007-09-06 04:09
https://www.vtk.org/Bug/file/6139/TestXMLCInterface.c
Issue History
2007-08-20 15:24Thomas GeenenNew Issue
2007-08-29 16:03Berk GeveciAssigned To => Berk Geveci
2007-08-29 16:03Berk GeveciStatusbacklog => tabled
2007-08-29 16:04Berk GeveciPrioritynormal => high
2007-08-29 16:04Berk GeveciCategory => 3.2
2007-09-04 16:57Berk GeveciNote Added: 0008832
2007-09-06 04:07Thomas GeenenFile Added: cube.vtu
2007-09-06 04:09Thomas GeenenFile Added: TestXMLCInterface.c
2007-09-06 04:09Thomas GeenenNote Added: 0008854
2007-09-07 04:51Thomas GeenenNote Added: 0008877
2007-09-11 12:48Berk GeveciNote Added: 0008919
2007-09-11 12:48Berk GeveciPriorityhigh => normal
2007-09-12 03:06Thomas GeenenNote Added: 0008938
2008-04-14 17:13Berk GeveciStatustabled => closed
2008-04-14 17:13Berk GeveciNote Added: 0011297
2008-04-14 17:13Berk GeveciResolutionopen => fixed
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0008832)
Berk Geveci   
2007-09-04 16:57   
This is easy to enable but I need an example file to test. Please attach a small example.
(0008854)
Thomas Geenen   
2007-09-06 04:09   
i attached the testroutine from VTK/IO/Testing/Cxx and the resulting
vtu file with timesteps

cheers
Thomas
(0008877)
Thomas Geenen   
2007-09-07 04:51   
will the solution you work on also work for pvtu files etc?
(0008919)
Berk Geveci   
2007-09-11 12:48   
This now works with serial xml files (except composite data readers). I didn't enable it for distributed files because I am not sure how well it works and I don't have time to test it before 3.2 so I am reducing the priority.
(0008938)
Thomas Geenen   
2007-09-12 03:06   
thanks i think this is a feature that many people will use!
(0011297)
Berk Geveci   
2008-04-14 17:13   
I am closing this unless you have an pvtu example I can experiment with.