MantisBT - ParaView
View Issue Details
0015702ParaView(No Category)public2015-09-04 15:372016-01-08 15:32
Andy Bauer 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
git-master 
5.05.0 
ERDC
feature
0015702: allow gradient of unstructured data to optionally skip outputting the gradient but allow other gradient quantities to be output
Change the vtkGradientFilter to change the way gradients are computed for structured grids such that no gradient array is created (i.e. the array with 3 times the components if the input array and same number of points). often times other gradient quantities like vorticity or Q criterion are desired instead and the full gradient array can take up a lot of memory. for unstructured grids and polydata it probably won't make much of a difference memory-wise since cell links are used and the full gradient array is calculated at the beginning in order make a one-pass algorithm for computing gradients. this shouldn't be needed for image data, rectilinear grids and structured grids. this option should also be exposed in PV.
No tags attached.
related to 0015471closed Andy Bauer add divergence option to gradient of unstructured data filter 
Issue History
2015-09-04 15:37Andy BauerNew Issue
2015-09-04 15:37Andy BauerAssigned To => Utkarsh Ayachit
2015-09-04 15:38Andy BauerRelationship addedrelated to 0015471
2015-12-09 10:47Andy BauerStatusbacklog => gatekeeper review
2015-12-09 10:47Andy BauerFixed in Version => git-master
2015-12-09 10:47Andy BauerResolutionopen => fixed
2015-12-09 10:47Andy BauerStatusgatekeeper review => closed
2016-01-08 15:31Utkarsh AyachitTarget Version => 5.0
2016-01-08 15:32Utkarsh AyachitFixed in Versiongit-master => 5.0

There are no notes attached to this issue.