Whenever I see partial on a dataset it's usually caused by a multiblock dataset 
having arrays on N blocks, but missing them on others. The information tab is 
telling you that on some blocks they exist - on others - they don't. Is it 
possible that when you jump in time arbitrarily, the source object is falling 
over on some blocks.

If your data isn't multiblock, then ignore this. The temporal data created is 
probably wrong somehow and paraview is thinking its multiblock when it 
shouldn't be - (the temporal output is a collection object and there are many 
known bugs in the current implementation which I will hopefully fix around 
Christmas time).

JB


From: [email protected] [mailto:[email protected]] On 
Behalf Of Natalie Happenhofer
Sent: 25 November 2010 14:35
To: [email protected]
Subject: [Paraview] Temporal Filter

Hi everybody,

I have written a small filter similar to the Temporal Interpolator, and it 
works nicely if I start calculating from the beginning of my timeseries. But I 
encounter problems if I jump directly to another timestep, let's say from 0 to 
50. Then the filter does calculate the result correctly, but it is not 
displayed. Looking at the associated datasets, the values are correct, but they 
are strangely named - instead of "Result" it says "Result (partial)".
Moving one step forward and then one step backward in time, the correct result 
is calculated and also displayed.

Does anyone know what these "partial arrays" are?

Thanks a lot,
Natalie
_______________________________________________
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

Reply via email to