View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0011836ParaViewBugpublic2011-02-10 10:262016-08-12 09:58
ReporterPaul Edwards 
Assigned ToKitware Robot 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product VersionDevelopment 
Target VersionFixed in Version 
Summary0011836: Probe location giving incorrect results
DescriptionThe 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).
Steps To ReproduceYou 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.
Additional InformationI'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
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0037921)
Kitware Robot (administrator)
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.

 Issue History
Date Modified Username Field Change
2011-02-10 10:26 Paul Edwards New Issue
2016-08-12 09:58 Kitware Robot Note Added: 0037921
2016-08-12 09:58 Kitware Robot Status backlog => closed
2016-08-12 09:58 Kitware Robot Resolution open => moved
2016-08-12 09:58 Kitware Robot Assigned To => Kitware Robot


Copyright © 2000 - 2018 MantisBT Team