<div dir="ltr">I have doubt about using paraview catalyst from my simulation code. Suppose I created a simple Paraview pipeline containing the TemporalStatistics filter only. <div><br></div><div>Initially, it is not clear for which "dummy" source is adequate for the script. I used a simple programmable source or even a unstructured cell types source to create the python script. Then, I call the script from catalyst in my code like this:<br><br>for each time step<div>    update grid;</div><div>    create data description;</div><div>    call coprocessing method;</div><div><br></div><div>The problem is that I expect the TemporalStatistics filter to create a single file containing the statistics for all the time steps. However, this approach creates a file for every time step. What I should do in the catalyst (or during the script creation) to have a single output for this filter.</div><div><br></div><div>Thanks in advance.<br><div><br><br><br><br></div></div></div></div>