Skip to content

Making vtkGradientFilter more efficient.

Andrew Bauer requested to merge acbauer/vtk:gradient_optional_output into master

Making gradients output optional since that may not be needed and can require a lot of memory for topologically structured grids. Also adding in divergence option.

Merge request reports