MeshPointIntersection

class dolfin.cpp.mesh.MeshPointIntersection(mesh, point)

Bases: object

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

Compute intersection between mesh and point

intersected_cells()

Return the list of (local) indices for intersected cells

thisown

The membership flag