68 oldPatchNMeshPoints_(0),
81 const label nOldPoints,
82 const label nOldFaces,
83 const label nOldCells,
99 const bool subFaceHasFlip,
100 const bool constructFaceHasFlip
103 nOldPoints_(nOldPoints),
104 nOldFaces_(nOldFaces),
105 nOldCells_(nOldCells),
106 oldPatchSizes_(oldPatchStarts().size()),
107 oldPatchStarts_(oldPatchStarts),
108 oldPatchNMeshPoints_(oldPatchNMeshPoints),
109 pointMap_(
mesh.
nPoints(), subPointMap, constructPointMap),
118 cellMap_(
mesh.
nCells(), subCellMap, constructCellMap),
128 const label nOldPoints,
129 const label nOldFaces,
130 const label nOldCells,
141 nOldPoints_(nOldPoints),
142 nOldFaces_(nOldFaces),
143 nOldCells_(nOldCells),
144 oldPatchSizes_(oldPatchStarts().size()),
145 oldPatchStarts_(oldPatchStarts),
146 oldPatchNMeshPoints_(oldPatchNMeshPoints),
161 nOldPoints_(map().nOldPoints_),
162 nOldFaces_(map().nOldFaces_),
163 nOldCells_(map().nOldCells_),
164 oldPatchSizes_(map().oldPatchSizes_.xfer()),
165 oldPatchStarts_(map().oldPatchStarts_.xfer()),
166 oldPatchNMeshPoints_(map().oldPatchNMeshPoints_.xfer()),
167 pointMap_(map().pointMap_.xfer()),
168 faceMap_(map().faceMap_.xfer()),
169 cellMap_(map().cellMap_.xfer()),
170 patchMap_(map().patchMap_.xfer())
208 createWithValues<boolList>
218 distributePointData(isSelected);
230 createWithValues<boolList>
240 distributeFaceData(isSelected);
252 createWithValues<boolList>
262 distributeCellData(isSelected);
274 createWithValues<boolList>
276 oldPatchStarts().size(),
284 distributePatchData(isSelected);
312 is.
fatalCheck(
"operator>>(Istream&, mapDistributePolyMesh&)");
333 os << map.nOldPoints_