Skip to content

Fix vtkPHyperTreeGridProbeFilter

Thomas Galland requested to merge thomas.galland/vtk:fixPHTGProbeFilter into master

This MR fixes the vtkPHyperTreeGridProbeFilter to support distributed data HTGs.

This fix comes in 3 part:

  • Fix the vtkHyperTreeGridGeometricLocator to not crash with distributed HTG
  • Fix the vtkHyperTreeGridProbeFilter to allow the vtkPHyperTreeGridProbeFilter to call it's own overridden Reduce method
  • Fix the vtkPHyperTreeGridProbeFilter to test it properly
Edited by Thomas Galland

Merge request reports