Go to the documentation of this file.
58 #ifndef PointEdgeWave_H
59 #define PointEdgeWave_H
92 public PointEdgeWaveName
99 static scalar propagationTol_;
120 label nChangedPoints_;
125 label nChangedEdges_;
128 label nCyclicPatches_;
137 label nUnvisitedPoints_;
138 label nUnvisitedEdges_;
144 static void offset(
const label val,
labelList& elems);
177 const label neighbourEdgeI,
178 const Type& neighbourInfo,
188 const Type& neighbourInfo,
198 const label neighbourPointI,
199 const Type& neighbourInfo,
207 template <
class PatchType>
208 label countPatchType()
const;
211 void getChangedPatchPoints
221 void updateFromPatchInfo
231 void handleProcPatches();
234 void calcCyclicAddressing();
237 void handleCyclicPatches();
253 return propagationTol_;
259 propagationTol_ = tol;
292 return allPointInfo_;
327 label
iterate(
const label maxIter);
338 template <
class Type>