Hi, I use vtkDistributedDataFilter to partition the unstructured data. It seems that each process gets a data partition and does not know any information about other data partitions. So my question is, after the partitioning, given a point, how can I know which process owns it? Or simply how can I know whether it is inside the entire domain? Best regards,