Skip to content

Support additional SPH interpolation functionality

Will Schroeder requested to merge will.schroeder/vtk:SPH-Improvements into master

New methods are available to normalize data arrays based on Shephards coefficients. Also performance improvements for selecting points within volume defined by closed, manifold mesh. The performance improvements are due to threading vtkSelectEnclosedPoints.

Merge request reports