Yes. You can use temporal statistics.
Please direct questions to the mailing list so everyone can benefit from
the answers.
Best,
-berk
On Thu, Mar 26, 2015 at 10:28 PM, Jay Romero wrote:
> Hi Berk
>
> Thanks for reply. I can try python calculator.
> Actually, I am trying to calculate the time
Hi Jay,
The Python console is not the right way to go. Use the Python Calculator
with an expression like:
mag()
Best,
-berk
On Thu, Mar 26, 2015 at 4:28 PM, Jay Romero wrote:
> I am trying to get point array data ( node and its values) of a variable
> in paraview: so far I can use following (
I am trying to get point array data ( node and its values) of a variable in
paraview: so far I can use following (python shell):
from paraview.simple import *
out = GetActiveSource()
The point array data is a velocity vector on each node, and I can calculate
magnitude of a vector, next I want to