MeshPointIntersection.h

Note

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

class MeshPointIntersection

This class represents an intersection between a Mesh and a Point. The resulting intersection is stored as a list of zero or more cells.

MeshPointIntersection(const Mesh &mesh, const Point &point)

Compute intersection between mesh and point

const std::vector<unsigned int> &intersected_cells() const

Return the list of (local) indices for intersected cells