43 const label nOldPoints,
44 const label nOldFaces,
45 const label nOldCells,
64 nOldPoints_(nOldPoints),
65 nOldFaces_(nOldFaces),
66 nOldCells_(nOldCells),
67 pointMap_(move(pointMap)),
68 pointsFromPointsMap_(move(pointsFromPoints)),
70 facesFromFacesMap_(move(facesFromFaces)),
71 cellMap_(move(cellMap)),
72 cellsFromCellsMap_(move(cellsFromCells)),
73 reversePointMap_(move(reversePointMap)),
74 reverseFaceMap_(move(reverseFaceMap)),
75 reverseCellMap_(move(reverseCellMap)),
76 flipFaceFlux_(move(flipFaceFlux)),
77 patchPointMap_(move(patchPointMap)),
78 oldPatchSizes_(move(oldPatchSizes)),
79 oldPatchStarts_(move(oldPatchStarts)),
80 oldPatchNMeshPoints_(move(oldPatchNMeshPoints)),
81 oldCellVolumesPtr_(move(oldCellVolumesPtr))
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Mesh consisting of general polyhedral cells.
polyTopoChangeMap(const polyMesh &mesh)
Construct from mesh only, no topology change.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Pair< int > faceMap(const label facePi, const face &faceP, const label faceNi, const face &faceN)