PlotOverLine Filter NAN on interface between processes

showgabinplotoverline.py (13.9 KB)

I am having a problem with the PlotOverLine Filter at interfaces between two processes. I am using the Paraview-v5.10.1 release version. I have an unstructured grid with one layer of ghost cells loaded on a mpiserver running, e.g., on two processors. When I apply the PlotOverLine filter and one of the probe points falls directly onto the interface between the two processors the vtkValidPointMask is set to 0 and the values are put to NAN (the same happens if you directly use the ProbeLocation filter on an interface point). The attached script will reproduce the problem if run on two processors.

Cheers, Simon