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
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
