ParaView has no direct mechanism to recognize those multiple variables as a 
time series.  The most straightforward way to do something like that would be 
to create a filter that reports a time series based on the variables it 
encounters in RequestInformation and then selects the appropriate variable 
(with proper name change) in RequestData.

Unless you are already developing C++ plugins, the quickest way to develop such 
a filter would be to use the Python programmable filter.

http://www.paraview.org/Wiki/Python_Programmable_Filter

-Ken


On 4/14/10 7:09 PM, "wast...@gmail.com" <wast...@gmail.com> wrote:

Hi,

I am dealing with a set of data with vtu format. There is a variable changing 
over time, but somehow its value was stored separately at each time instance 
and with different variable names. Say the variable is x, and at each time 
instance its value was stored with x_001, x_002,x_003,....x_100. So now I am 
wondering how to combine these to a single variable x with time indices in 
Paraview. Your input is highly appreciated!

Ken




   ****      Kenneth Moreland
    ***      Sandia National Laboratories
***********
*** *** ***  email: kmo...@sandia.gov
**  ***  **  phone: (505) 844-8919
    ***      web:   http://www.cs.unm.edu/~kmorel

_______________________________________________
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