MantisBT - ParaView
View Issue Details
0005461ParaView(No Category)public2007-08-08 15:082009-05-13 13:59
John Greenfield 
Ken Moreland 
normalmajoralways
closedfixed 
 
3.43.4 
0005461: Exodus Reader needs to handle restart files
This could either be an animatiuon or an exodus reader issue.
Need to be able to read exodus files with sequential or overlapping timesteps and animate them as a single sequence. The common case here is restart files --typically if a simulation crashes and has to be restarted we wind up with a sequence of files named test.e, test.e-s0002, test.e-s0003 ...
Each file will contain one or more timesteps (in some cases overlapping -- typically each subsequent file repeats the last timestep or two from the previous one with the later files timesteps being the correct ones). We need a way to open a all of these files (even if each one is split geometrically as well) and animate all of them sequentially over time.
No tags attached.
related to 0006063closed Ken Moreland (MARS-normal) Add ability to open/concat multiple CTH restarts 
Issue History
2007-08-08 15:08John GreenfieldNew Issue
2007-08-29 15:48Berk GeveciAssigned To => Ken Moreland
2007-08-29 15:48Berk GeveciStatusbacklog => tabled
2007-08-29 15:48Berk GeveciCategory => 3.2
2008-04-14 16:56Berk GeveciCategory => 3.4
2008-04-14 17:47Ken MorelandNote Added: 0011300
2008-04-14 18:12Ken MorelandRelationship addedrelated to 0006063
2008-05-05 08:54Ken MorelandNote Added: 0011691
2008-05-05 08:57Ken MorelandAssigned ToKen Moreland => Alan Scott
2008-05-13 17:36Alan ScottNote Added: 0011876
2008-05-13 17:36Alan ScottAssigned ToAlan Scott => Ken Moreland
2008-05-13 17:36Alan ScottStatustabled => @20@
2008-05-19 14:47Ken MorelandStatus@20@ => @80@
2008-05-19 14:47Ken MorelandResolutionopen => fixed
2008-05-19 14:47Ken MorelandNote Added: 0012005
2008-05-22 20:51Alan ScottStatus@80@ => closed
2008-05-22 20:52Alan ScottNote Added: 0012074
2009-05-13 13:58Utkarsh AyachitTarget Version => 3.4
2009-05-13 13:59Utkarsh AyachitFixed in Version => 3.4
2011-06-16 13:09Zack GalbreathCategory => (No Category)

Notes
(0011300)
Ken Moreland   
2008-04-14 17:47   
Can you acquire (or generate) a simple file set that we can use for testing? It will have to be something small and that can be R&A'ed as UUR so that we may place it in the testing data repository.
(0011691)
Ken Moreland   
2008-05-05 08:54   
Added a new "restarted exodus" reader. It reads in a file with an extension named .ex-timeseries. This file is just a simple text file with a list of all the files (or the first file in a series).

I currently do not have a test for the reader because I do not have an appropriate data file yet. I'm going to change the owner to Alan to procure a data set. After he does that, I'll add a test.

/cvsroot/ParaView3/ParaView3/Qt/Components/pqObjectInspectorWidget.cxx,v <-- Qt/Components/pqObjectInspectorWidget.cxx
new revision: 1.67; previous revision: 1.66
/cvsroot/ParaView3/ParaView3/Qt/Components/Resources/XML/ParaViewReaders.xml,v <-- Qt/Components/Resources/XML/ParaViewReaders.xml
new revision: 1.22; previous revision: 1.21
/cvsroot/ParaView3/ParaView3/Servers/Filters/CMakeLists.txt,v <-- Servers/Filters/CMakeLists.txt
new revision: 1.167; previous revision: 1.166
/cvsroot/ParaView3/ParaView3/Servers/Filters/vtkExodusFileSeriesReader.cxx,v <-- Servers/Filters/vtkExodusFileSeriesReader.cxx
initial revision: 1.1
/cvsroot/ParaView3/ParaView3/Servers/Filters/vtkExodusFileSeriesReader.h,v <-- Servers/Filters/vtkExodusFileSeriesReader.h
initial revision: 1.1
/cvsroot/ParaView3/ParaView3/Servers/Filters/vtkFileSeriesReader.cxx,v <-- Servers/Filters/vtkFileSeriesReader.cxx
new revision: 1.8; previous revision: 1.7
/cvsroot/ParaView3/ParaView3/Servers/Filters/vtkFileSeriesReader.h,v <-- Servers/Filters/vtkFileSeriesReader.h
new revision: 1.3; previous revision: 1.2
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/Resources/readers.xml,v <-- Servers/ServerManager/Resources/readers.xml
new revision: 1.126; previous revision: 1.125
(0011876)
Alan Scott   
2008-05-13 17:36   
Here it is back again. I sent you files that should work for testing, that are publicly releasable. Enough documentation to allow testing (at least) would be appreciated.
(0012005)
Ken Moreland   
2008-05-19 14:47   
Added a pqClientExTimeseries regression test.

Documentation on using the Exodus timeseries reader is now on the ParaView wiki:

http://www.paraview.org/Wiki/Restarted_Simulation_Readers#Exodus [^]
(0012074)
Alan Scott   
2008-05-22 20:52   
YESSSSS! This is fabulous.

Tested client/server.