<div dir="ltr"><div><div>Hi,<br><br></div>You may want to look at ParaView's spatio-temporal parallelism tool -- <a href="http://www.paraview.org/Wiki/Spatio-Temporal_Parallelism">http://www.paraview.org/Wiki/Spatio-Temporal_Parallelism</a>. The bottom line with respect to performance for temporal statistics is that there's a lot of file IO involved and usually that's the bottleneck. <br><br></div>As for averaging over only a subset of time steps, the only ways I can currently think of doing this are:<br><ul><li>Only read in the time steps you want. This would be dependent on the file format and its corresponding reader in PV.</li><li>Use a Python Programmable Filter to get rid of the time steps you don't want.</li></ul><p>Cheers,</p><p>Andy<br></p></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jul 15, 2015 at 4:42 AM, Ionut Andrei Cimpoeru <span dir="ltr"><<a href="mailto:andrei.cimpoeru@hotmail.co.uk" target="_blank">andrei.cimpoeru@hotmail.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div><div dir="ltr">Hi there,<div><br></div><div><br></div><div>My name is Andrei Cimpoeru and I'm using Paraview 4.2. I came across with a lot of unsteady data from a   CFD simulation and I need time-average it. I used the temporal statistics filter available in Paraview but is very slow. Is there a way to speed up the process? </div><div>Also I would like to know if there is way of how to time average only for a range of time steps rather than the whole simulation?</div><div><br></div><div>I would appreciate your help and many thanks.</div><div><br><br>Regards<span class="HOEnZb"><font color="#888888"><br>
 <br>
Andrei Cimpoeru<br></font></span></div>                                           </div></div>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div>