[Paraview] Excel Pivot Table like functionality
Dennis Conklin
dennis_conklin at goodyear.com
Mon Jul 24 16:34:11 EDT 2017
All,
So, I have a multi-block dataset (Exodus). Within each block, I have sets of 360 elements which have a common index. So, in Block 1, elements 0-359 have a cell variable called N_RING, which is 1. Elements 360-719, have N_RING=2, etc.
What I really want is the ability to operate on these sets. Imagine I have an element variable called Ying, which is different for each element in the model. I would like every element with N_RING=1 to have an element variable of Ying_max assigned, which is the maximum value of Ying for any element with N_RING=1. So, for example, elements 0-359 would be assigned a value of Ying_max which is the maximum value of Ying in any of elements 0-359. Elements 360-719 would be assigned a value of Ying_max which is the maximum value for any element with N_RING=2. I would ideally also like to get min and average.
Is there any way to get max/min/average of a group consisting of a cell variable index? - and to assign the output as element variables so I can color by?
Thanks for any hints.
Dennis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20170724/d244c077/attachment.html>
More information about the ParaView
mailing list