MantisBT - ParaView | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0014361 | ParaView | (No Category) | public | 2013-10-25 10:46 | 2016-08-12 09:59 |
Reporter | Andy Bauer | ||||
Assigned To | Utkarsh Ayachit | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | moved | ||
Platform | OS | OS Version | |||
Product Version | git-master | ||||
Target Version | Fixed in Version | ||||
Project | TBD | ||||
Topic Name | |||||
Type | incorrect functionality | ||||
Summary | 0014361: file series reader not working properly for 5000 vtu files | ||||
Description | 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. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | ![]() https://www.vtk.org/Bug/file/9547/badfileseriesreader.png | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2013-10-25 10:46 | Andy Bauer | New Issue | |||
2013-10-25 10:46 | Andy Bauer | Assigned To | => Utkarsh Ayachit | ||
2013-10-25 10:46 | Andy Bauer | File Added: badfileseriesreader.png | |||
2016-08-12 09:59 | Kitware Robot | Note Added: 0038454 | |||
2016-08-12 09:59 | Kitware Robot | Status | backlog => closed | ||
2016-08-12 09:59 | Kitware Robot | Resolution | open => moved |
Notes | |||||
|
|||||
|
|