Skip to content

Interpolated velocity field speed improvements

The vtkPointSet::FindCell() algorithm was improved by extending the region around which it searches for a containing cell. The vtkCellLocatorInterpolatedVelocityField class uses the much faster, and much more memory efficient vtkStaticCellLocator.

Merge request reports