Re: [Paraview] Calculate with global data

2016-11-01 Thread Cory Quammen
Alan, Not possible with the Calculator as far as I know. With the Python Calculator, you can indeed *use* a global variable defined in the field data of the data set with the expression: inputs[0].FieldData['TMSTEP'][time_index] Here, time_index is the timestep index, not the time value. The

[Paraview] Calculate with global data

2016-10-28 Thread Scott, W Alan
Is there a way to use global data in the calculator, Python Calculator or Programmable Filter? For example, if I want to multiply a variable by the TMSTEP in can.exo, and put this back into a new variable, how do I do it? Thanks, Alan ___ Powered by