Skip to content

Ghost cells generator: speeding up point fetching

In the several instances where point locators are being used, FindClosestPoint was used instead of FindClosestPointWithinRadius, which is faster. We really want to have a perfect match between points, so there is no reason to not use the faster version.

Adresses paraview/paraview#20926 (closed)

Merge request reports