MantisBT - ParaView
View Issue Details
0014361ParaView(No Category)public2013-10-25 10:462016-08-12 09:59
Andy Bauer 
Utkarsh Ayachit 
normalminorhave not tried
closedmoved 
git-master 
 
TBD
incorrect functionality
0014361: file series reader not working properly for 5000 vtu files
If I create the 5000 vtu files with the following python script I have trouble reading them back in to paraview:
===============
try: paraview.simple
except: from paraview.simple import *
paraview.simple._DisableFirstRenderCameraReset()
Wavelet1 = Wavelet()
Wavelet1.WholeExtent = [0, 5, 0, 5, 0, 5]
Clip1 = Clip( ClipType="Plane" )
Clip1.Scalars = ['POINTS', 'RTData']
Clip1.ClipType.Origin = [2.5, 2.5, 2.5]
Clip1.ClipType = "Plane"
Clip1.Value = 132.19195199012756
Calculator1 = Calculator()
w = XMLUnstructuredGridWriter()
for i in range(5001):
    Calculator1.Function = str(i)
    name = "phi0" + format(i, "05d") + "000000.vtu"
    print name, Calculator1.Function
    w.FileName = name
    w.UpdatePipeline()
============

The problem is easily demonstrated by loading in the files and then selecting a point and using the plot selection over time. This was done with a ParaView version from the repo around 10/15/2013. The image is the result that I got but should be a straight line.
No tags attached.
png badfileseriesreader.png (1,635,501) 2013-10-25 10:46
https://www.vtk.org/Bug/file/9547/badfileseriesreader.png
Issue History
2013-10-25 10:46Andy BauerNew Issue
2013-10-25 10:46Andy BauerAssigned To => Utkarsh Ayachit
2013-10-25 10:46Andy BauerFile Added: badfileseriesreader.png
2016-08-12 09:59Kitware RobotNote Added: 0038454
2016-08-12 09:59Kitware RobotStatusbacklog => closed
2016-08-12 09:59Kitware RobotResolutionopen => moved

Notes
(0038454)
Kitware Robot   
2016-08-12 09:59   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page.