View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0016738VTK(No Category)public2016-06-02 16:252016-07-06 10:32
ReporterDavid Thompson (old) 
Assigned ToDavid Thompson (old) 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version7.1.0 
Target VersionFixed in Version 
Summary0016738: Exodus reader not providing timestep info after UpdateInformation
DescriptionAs reported by Andrew Slaughter on vtkusers:

Using python vtk on OSX I am getting different behavior when reading ExodusII files. Am I missing a call to some different update function?

The test code is:

#!/usr/bin/env python
import vtk

print vtk.VTK_VERSION
reader = vtk.vtkExodusIIReader()
reader.SetFileName('adapt.e')
reader.UpdateInformation()
print 'adapt.e', reader.GetNumberOfTimeSteps()

reader.SetFileName('adapt.e-s002')
reader.UpdateInformation()
print 'adapt.e-s002', reader.GetNumberOfTimeSteps()


On 6.3 (installed via miniconda):
6.3.0
adapt.e 2
adapt.e-s002 1

On VTK 7 (4613a183c3e448176f3e0e1a1742ecfe46d6c531)
7.1.0
adapt.e 2
adapt.e-s002 0
TagsNo tags attached.
ProjectTBD
Typeincorrect functionality
Attached Files? file icon adapt.e-s002 [^] (123,332 bytes) 2016-06-02 16:25
? file icon adapt.e [^] (78,044 bytes) 2016-06-02 16:25

 Relationships

  Notes
(0036161)
David Thompson (old) (developer)
2016-07-06 10:32

This is fixed in master as of now (SHA 8bb735452be9bee1987276385b03565d2c114386), verified by running the script in the initial report.

 Issue History
Date Modified Username Field Change
2016-06-02 16:25 David Thompson (old) New Issue
2016-06-02 16:25 David Thompson (old) File Added: adapt.e-s002
2016-06-02 16:25 David Thompson (old) File Added: adapt.e
2016-07-06 10:15 David Thompson (old) Assigned To => David Thompson (old)
2016-07-06 10:32 David Thompson (old) Note Added: 0036161
2016-07-06 10:32 David Thompson (old) Status backlog => closed
2016-07-06 10:32 David Thompson (old) Resolution open => fixed


Copyright © 2000 - 2018 MantisBT Team