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