Re: [Paraview] Vtu file issue

2010-04-16 Thread Moreland, Kenneth
(Replying back to the ParaView mailing list because, contrary to popular opinion, I don't know everything. :) Now that I'm looking at it, implementing this in ParaView is a bit harder than I originally thought. However, it is pretty easy to write a VTK (not ParaView) Python script to convert t

Re: [Paraview] Vtu file issue

2010-04-15 Thread Moreland, Kenneth
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 vari

[Paraview] Vtu file issue

2010-04-14 Thread wastrel
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.