MantisBT - ParaView
View Issue Details
0011836ParaViewBugpublic2011-02-10 10:262016-08-12 09:58
Paul Edwards 
Kitware Robot 
normalmajoralways
closedmoved 
Development 
 
0011836: Probe location giving incorrect results
The probe location filter is too lenient when matching a surface. If used with a multiblock dataset containing surfaces and volumes it will give incorrect results when probing near to a boundary. (this is particularly bad when the velocity is 0 at a wall for CFD solvers).
You can see how high the tolerance is by creating a Wavelet source (all default values) and then using the "ProbeLocation" filter at point (10.9, 0, 0) - this is quite far out of the volume but it still returns a valid match.
I've looked in vtkProbeFilter (vtkProbeFilter::ProbeEmptyPoints) and notice that the tolerance is set to:

    diagonal_length_squared / 1000

Could we change this to?:

   diagonal_length_squared / 1000000
No tags attached.
Issue History
2011-02-10 10:26Paul EdwardsNew Issue
2016-08-12 09:58Kitware RobotNote Added: 0037921
2016-08-12 09:58Kitware RobotStatusbacklog => closed
2016-08-12 09:58Kitware RobotResolutionopen => moved
2016-08-12 09:58Kitware RobotAssigned To => Kitware Robot

Notes
(0037921)
Kitware Robot   
2016-08-12 09:58   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page.