DOLFIN
DOLFIN C++ interface
|
#include <MeshPointIntersection.h>
Public Member Functions | |
MeshPointIntersection (const Mesh &mesh, const Point &point) | |
Compute intersection between mesh and point. | |
~MeshPointIntersection () | |
Destructor. | |
const std::vector< unsigned int > & | intersected_cells () const |
Return the list of (local) indices for intersected cells. | |
This class represents an intersection between a Mesh and a Point. The resulting intersection is stored as a list of zero or more cells.