Go to the documentation of this file.
92 #ifndef globalPoints_H
93 #define globalPoints_H
110 class polyBoundaryMesh;
111 class cyclicPolyPatch;
132 const label nPatchPoints_;
148 label nGlobalPoints_;
159 static void addToSend
162 const label patchPointI,
170 static bool mergeInfo
177 bool storeInfo(
const procPointList& nbrInfo,
const label meshPointI);
181 void initOwnPoints(
const bool allPoints,
labelHashSet& changedPoints);
184 void sendPatchPoints(
const labelHashSet& changedPoints)
const;
197 void sendSharedPoints(
const labelList& changedIndices)
const;
200 void receiveSharedPoints(
labelList& changedIndices);
232 return nPatchPoints_;
237 return meshToProcPoint_;
243 return sharedPointAddr_;
249 return sharedPointLabels_;
254 return nGlobalPoints_;