intersect.h

Note

The documentation on this page was automatically extracted from the DOLFIN C++ code and may need to be edited or expanded.

std::shared_ptr<const MeshPointIntersection> intersect(const Mesh &mesh, const Point &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.