Time Support
From ParaQ Wiki
Jump to navigationJump to search
Thoughts on Time Support in ParaQ (and ParaView)
Overview
For some time now, we've known that we need 'time support' in ParaView, but there's been little written down about what this really means. Time support is a broad topic, and this wiki entry is an attempt to lay the groundwork for future debate on the topic.
What is time support?
This is our first question to address. Certainly, ParaView supports 'time', in that it reads data files that have a notion of time (in particular, timesteps), and the appliciation supports animation (stepping through time). However, there are several specific cases which are not supported by the current ParaView architecture.
- Multiple timesteps in a single pipeline
- Query of 'time series' data for particular nodes or elements. In particular, users want to see the time series data for a particular element over time (the extent of time in the source file).
Requirement | Description | What the heck do we need it for? |
---|---|---|
Multiple timesteps in a single pipeline. | Currently, ParaView supports a single data set in a pipeline, and there is no support for iterating over several 'timesteps' of data at a filter. | Any filter operation that needs previous or future timesteps to calculate its results. Example: would be a filter that calculates a time-based gradient (acceleration). |