37 return nInternalPoints_;
51 return nInternal0Edges_;
59 return nInternal1Edges_;
67 return nInternalEdges_;
84 return nInternalFaces_;
108 return cellShapesPtr_;
186 return cellCentresPtr_;
192 return faceCentresPtr_;
198 return cellVolumesPtr_;
204 return faceAreasPtr_;
void size(const label)
Override size to be inconsistent with allocated storage.
bool hasCellCells() const
bool hasCellShapes() const
bool hasPointFaces() const
bool hasCellEdges() const
bool hasCellVolumes() const
const edgeList & edges() const
Return mesh edges. Uses calcEdges.
bool hasPointPoints() const
bool hasFaceAreas() const
label nInternal1Edges() const
Internal edges using 0 or 1 boundary point.
bool hasFaceCentres() const
bool hasPointCells() const
label nInternalFaces() const
bool hasCellCentres() const
bool hasCellPoints() const
label nInternal0Edges() const
Internal edges (i.e. not on boundary face) using.
label nInternalEdges() const
Internal edges using 0,1 or 2 boundary points.
bool hasFaceEdges() const
bool hasEdgeCells() const
bool isInternalFace(const label faceIndex) const
Return true if given face label is internal to the mesh.
label nInternalPoints() const
Points not on boundary.
bool hasEdgeFaces() const
bool hasPointEdges() const
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.