73 #ifndef globalMeshData_H
74 #define globalMeshData_H
89 Ostream&
operator<<(Ostream&,
const globalMeshData&);
110 void operator()(
T& x,
const T&
y)
const
114 x.setSize(x.size() + y.size());
166 label nGlobalPoints_;
179 mutable labelList* sharedPointGlobalLabelsPtr_;
186 mutable label nGlobalEdges_;
202 static void countSharedEdges
210 void calcSharedEdges()
const;
213 static label countCoincidentFaces
270 return processorPatches_.
size() > 0;
281 return nTotalPoints_;
303 return processorPatches_;
311 return processorPatchIndices_;
318 return processorPatchNeighbours_;
327 return nGlobalPoints_;
333 return sharedPointLabels_;
346 return sharedPointAddr_;