21 #ifndef __FACET_CELL_H
22 #define __FACET_CELL_H
52 std::size_t _facet_index;
Definition: BoundaryMesh.h:40
A Cell is a MeshEntity of topological codimension 0.
Definition: Cell.h:43
Definition: FacetCell.h:37
~FacetCell()
Destructor.
Definition: FacetCell.cpp:50
FacetCell(const BoundaryMesh &mesh, const Cell &facet)
Create cell on mesh corresponding to given facet (cell) on boundary.
Definition: FacetCell.cpp:31
std::size_t facet_index() const
Return local index of facet with respect to the cell.
Definition: FacetCell.cpp:55
const Mesh & mesh() const
Definition: MeshEntity.h:99