Well, ParaView has to load all your 1500 files, one after another to determine what's the value at the selected cell, collect that information and then, once all files are processed, show the plot. So it is expected to be slow (except with Exodus files, where we have mechanism to speed this up when a global id based selection is made).
Utkarsh On Mon, Mar 8, 2010 at 12:41 PM, Vishwa <[email protected]> wrote: > Hi, > I have a transient data set... it has about 1500 files..which are the > surface data.. when i try to plot over time. it takes like half an hour to > plot it.. > > The way i am doing this is > 1) load the data set > 2) select cell by id. > 3) plot selection over time > > Could anybody tell me if I am doing some wrong and if not, then how to speed > up the process.. > > Regards, > vishwa > > _______________________________________________ > 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 > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/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 Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
