Re: [Paraview] Howto read files with a numerical extension that are not a timeseries?

2012-06-20 Thread Utkarsh Ayachit
In the file open dialog, simply select the files individually (by opening by the "tree") and ParaView will open the files separately. Since you are creating your own custom applicaiton, look at pqLoadDataReaction. You can create your own implementation for the same that creates a separate reader f

[Paraview] Howto read files with a numerical extension that are not a timeseries?

2012-06-07 Thread RVA Developer
Hi, We have data files generated by UTChem that are numerically ordered that we read with our own custom Paraview reader- mymodel.HIST01 mymodel.HIST02 However these "HIST" files correspond to different objects (vtkTable data) NOT timeseries data. When we rename one of them to just "HIST" our cus