Go to the documentation of this file.
36 #ifndef cellToCellStencil_H
37 #define cellToCellStencil_H
42 #include "indirectPrimitivePatch.H"
const polyMesh & mesh() const
void insertFaceCells(const label exclude0, const label exclude1, const boolList &nonEmptyFace, const labelList &faceLabels, labelHashSet &globals) const
Collect cell neighbours of faces in global numbering.
labelList calcFaceCells(const boolList &nonEmptyFace, const labelList &faceLabels, labelHashSet &globals) const
Collect cell neighbours of faces in global numbering.
Mesh consisting of general polyhedral cells.
const globalIndex & globalNumbering() const
Global numbering for cells and boundary faces.
const globalIndex globalNumbering_
Global numbering for cells and boundary faces.
cellToCellStencil(const polyMesh &)
Construct from mesh.
void validBoundaryFaces(boolList &isValidBFace) const
Valid boundary faces (not empty and not coupled)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
static void merge(const label, const label, const labelList &, labelList &)
Merge two lists.
void operator()(labelList &x, const labelList &y) const
Calculates a unique integer (label so might not have enough room - 2G max) for processor + local inde...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
autoPtr< indirectPrimitivePatch > allCoupledFacesPatch() const
Return patch of all coupled faces.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
baseclass for extended cell centred addressing. Contains per cell a list of neighbouring cells and/or...
Combine operator for labelLists.