FacetCell

class dolfin.cpp.mesh.FacetCell(mesh, facet)

Bases: dolfin.cpp.mesh.Cell

This class represents a cell in a mesh incident to a facet on the boundary. It is useful in cases where one needs to iterate over a boundary mesh and access the corresponding cells in the original mesh.

Create cell on mesh corresponding to given facet (cell) on boundary

facet_index()

Return local index of facet with respect to the cell

thisown

The membership flag