I find that using ParaView in client server mode can make animations significantly faster. Even if the pvserver processes don't have access to graphics cards for rendering they can load the data and serve the geometry to the client faster than a single instance of ParaView can, if you have the memory and processors available. If you do one full pass through the animation to load the data then subsequent passes are much quicker, at least in my experience on smallish problems. I noticed that the gain from using multiple servers is only seen when using the distributed results, not the reconstructed case. Using the D3 filter on the reconstructed case might alter this, I haven't tried.
Regards, Ron [forgot to include [email protected] previously, thanks Armin] -----Original Message----- From: ParaView [mailto:[email protected]] On Behalf Of Armin Wehrfritz Sent: 13 February 2015 13:23 To: [email protected]; [email protected] Subject: Re: [Paraview] Loading whole time series in ParaView at once > thanks for your reply. I'm using the ParaView builtin reader. I > always do "touch xxx.foam" in my OpenFOAM folder and after this I just > start the paraview binary. > > But actually I'm not sure if this is the problem of the reader or > ParaView itself. We have the same problem when loading other data > formats too. Paraview always loads the time steps one by one. This is > quite annoying if you're switching from one step to the other. I agree, the "loading of a whole time series" issue is a ParaView limitation/feature and most likely not reader specific. > However I didn't try the option you've mention. How can I tell > ParaView to cache at least the mesh in memory? For the built-in ParaView reader, the default is to cache the mesh. There is a checkbox in the properties panel. Cheers, Armin _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
