Re: [Paraview] Coprocessing with many time steps

2017-09-28 Thread Samuel Key
Hermano, Here is an example *pvd file. Samuel Key FMA Development 1005 39th Ave NE Great Falls, Montana,  USA On 9/28/2017 1:21 PM, Andy Bauer wrote: Hi, The XML readers and writers don't properly support time so currently the best way would be to create a pvd file which would contain the

Re: [Paraview] Coprocessing with many time steps

2017-09-28 Thread Andy Bauer
Hi, The XML readers and writers don't properly support time so currently the best way would be to create a pvd file which would contain the time and time step information. I don't know of anything in VTK or ParaView that writes out pvd files (I only see a vtkPVDReader in ParaView) but the format

Re: [Paraview] Coprocessing with many time steps

2017-09-28 Thread Hermano Lustosa
Ohh I see... Just another quick question. Currently, I am creating a series of VTU and VTI files whose names follow the pattern mysimulation-t%d. With %d being replaced by an integer index identifying the time step. I am about to code a simple PVD writer to consolidate the output and also to

Re: [Paraview] Coprocessing with many time steps

2017-09-28 Thread Andy Bauer
Hi, The TemporalStatistics filter (or any other filter that iterates through time steps) doesn't currently work with Catalyst. We hope to change this in the future but because of the way that the ParaView pipeline works it makes it a non-trivial change. Andy On Thu, Sep 28, 2017 at 2:40 PM,

[Paraview] Coprocessing with many time steps

2017-09-28 Thread Hermano Lustosa
I have doubt about using paraview catalyst from my simulation code. Suppose I created a simple Paraview pipeline containing the TemporalStatistics filter only. Initially, it is not clear for which "dummy" source is adequate for the script. I used a simple programmable source or even a