[Paraview] [EXTERNAL] Excel Pivot Table like functionality

Scott, W Alan wascott at sandia.gov
Mon Jul 31 12:52:44 EDT 2017


Kitware - Ping?

From: ParaView [mailto:paraview-bounces at paraview.org] On Behalf Of Dennis Conklin
Sent: Monday, July 24, 2017 2:34 PM
To: Paraview (paraview at paraview.org) <paraview at paraview.org>
Subject: [EXTERNAL] [Paraview] Excel Pivot Table like functionality

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/20170731/d8928426/attachment.html>


More information about the ParaView mailing list