intersect

dolfin.cpp.mesh.intersect(mesh: 'Mesh', point: 'Point') → 'std::shared_ptr< dolfin::MeshPointIntersection const >'

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.