[Paraview] How do you "see" FieldData
Scott, W Alan
wascott at sandia.gov
Thu Mar 23 17:06:27 EDT 2017
>From a user:
How do you "see" FieldData variables created in the ProgrammableFilter in the PlotGlobalVariablesOverTime filter? I'm creating a FieldData variable in the ProgrammableFilter. Now I'd like to plot it over time. It isn't available as an option for me to plot, though. I see other global variables, just not this one.
disp_y = inputs[0].PointData["displ_"][:,1]
mean_disp = mean(disp_y)
output.FieldData.append(mean_disp, "MEAN_DISP")
Am I doing something wrong here?
Thanks,
Alan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20170323/df9ceb22/attachment.html>
More information about the ParaView
mailing list