Hi,
when running Fenics with MPI the mesh is partitioned automatically (thank you very much!). Is there a simple way to determine whether a point is on the local mesh for a process?
Using
mesh.bounding_box_tree().collides(p)
seems to tell whether the point p is inside the global mesh (which makes sense in many cases probably). Is this correct?