intersect

dolfin.cpp.mesh.intersect(mesh, point)

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.