intersect

dolfin.cpp.mesh.intersect(*args)

Compute and return intersection between Mesh and Point.

Arguments
mesh (Mesh)
The mesh to be intersected.
point (Point)
The point to be intersected.
Returns
MeshPointIntersection
The intersection data.