Hi dokken,
Thank you for your reply,
Correct me if I am wrong, but does the code in the post you linked not only work if the point P is the same on each process? As in, all procs are concurrently looking for point P across each partitioned mesh, evaluating it if they find that it collides on a certain proc, and returning the value to all procs.
In my application, I would like to concurrently evaluate a different point on each process (such that there should not be a ‘global’ returned value - the returned value should be different on each proc.
Would there be a simple way to do this?
Thanks, any help is appreciated.