35 #ifndef meshStructure_H
36 #define meshStructure_H
A list of faces which address into the list of points.
Detect extruded mesh structure given a set of patch faces.
bool structured() const
Is mesh structured?
meshStructure(const polyMesh &mesh, const uindirectPrimitivePatch &)
Construct null.
const labelList & faceLayer() const
Face to layer.
const labelList & cellToPatchFaceAddressing() const
Cell to patch face.
const labelList & pointLayer() const
Point to layer.
const labelList & faceToPatchFaceAddressing() const
Face to patch face.
const labelList & pointToPatchPointAddressing() const
Point to patch point.
const labelList & cellLayer() const
Cell to layer.
const labelList & faceToPatchEdgeAddressing() const
Face to patch edge.
ClassName("meshStructure")
Mesh consisting of general polyhedral cells.
Macro definitions for declaring ClassName(), NamespaceName(), etc.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.