MantisBT - ParaView
View Issue Details
0010101ParaViewBugpublic2010-01-06 16:222010-12-07 16:27
Alan Scott 
Robert Maynard 
normalminoralways
closedfixed 
 
3.10 
0010101: file browser unclear for multiple timesteps in exodus files
I tested loading exodus files that have different time steps in each separate file. It works fine.

However, these file names do not display properly in the file browser. The following are examples of what needs to read cleanly

 Serial run with no mesh modifications:
 basename.e
 
 Parallel run with no mesh modifications:
 basename.e.2.0
 basename.e.2.1
 
 Serial run with mesh modifications:
 basename.e
 basename.e-s0001
 basename.e-s0002
 basename.e-s0003
 
 Parallel run with mesh modifications:
 basename.e.2.0
 basename.e.2.1
 basename.e-s0001.2.0
 basename.e-s0001.2.1
 basename.e-s0002.2.0
 basename.e-s0002.2.1
 basename.e-s0003.2.0
 basename.e-s0003.2.1

 
I have an example dataset (named mesh_mod_exodus.tar.gz). Please ask me for it if necessary.
No tags attached.
Issue History
2010-01-06 16:22Alan ScottNew Issue
2010-04-16 01:56Utkarsh AyachitTarget Version3.8 => 3.10
2010-12-03 16:16Utkarsh AyachitAssigned To => Robert Maynard
2010-12-03 16:16Utkarsh AyachitStatusbacklog => tabled
2010-12-03 16:16Utkarsh AyachitNote Added: 0023703
2010-12-03 16:16Utkarsh AyachitTarget Version3.10 => 3.10.shortlist
2010-12-06 10:58Robert MaynardNote Added: 0023738
2010-12-06 10:58Robert MaynardStatustabled => @80@
2010-12-06 10:58Robert MaynardFixed in Version => 3.10
2010-12-06 10:58Robert MaynardResolutionopen => fixed
2010-12-07 16:26Alan ScottNote Added: 0023774
2010-12-07 16:27Alan ScottNote Added: 0023775
2010-12-07 16:27Alan ScottStatus@80@ => closed

Notes
(0023703)
Utkarsh Ayachit   
2010-12-03 16:16   
Robert, can you check if this one is fixed already?
(0023738)
Robert Maynard   
2010-12-06 10:58   
Fixed the pqFileDialogFilter to accept multiple digit extension as a valid file series. So now file like below are valid.
basename.e.1.0.1
basename.e.1.0.2
basename.e.1.0.3

Also added in support for -s to be a valid delimiter for file extensions so that
basename.e-s.1.0 is also valid.


Commit SHA1: b79ea6f470b72f8
(0023774)
Alan Scott   
2010-12-07 16:26   
It appears as though this fixes this bug. I tested .e-s.number, as well as .e-snumber. The second is what is output by Sierra.
(0023775)
Alan Scott   
2010-12-07 16:27   
Tested local server, Windows client, trunk.