Re: [Paraview] old issue: using timeseries stored in a vtk xml file

2016-09-21 Thread Simon Praetorius
Yes, it seems to be kind of a VTK bug, since the corresponding .vtu file can be created by a VTK test (IO/XML/Testing/Cxx/TestXMLCInterface.c) but not read back by VTLXMLUnstructuredGridReader (e.g. Examples/IO/Cxx/DumpXMLFile.cxx) I will submit a report to the VTK mailinglist somehow.

Re: [Paraview] old issue: using timeseries stored in a vtk xml file

2016-09-21 Thread Utkarsh Ayachit
Simon, If it's not working anymore, I am afraid it's broken in VTK reader itself, not just ParaView. ParaView doesn't dictate these things, the reader decides how to such things are handled. It would be great if you can report an issue on the bug tracker with a sample dataset, if possible.

[Paraview] old issue: using timeseries stored in a vtk xml file

2016-09-21 Thread Simon Praetorius
Hi, In the year 2007 there was an issue on the issue-tracker (ID #5542) about storing a timeseries of data in a single vtk xml file, e.g. when you have many timesteps with a non-changing mesh. Exactly this problem I stepped over yesterday, tried the example file in the "fixed" issue and found