37 void Foam::enrichedPatch::calcPointPoints()
const
42 FatalErrorIn(
"void enrichedPatch::calcPointPoints() const")
43 <<
"Point-point addressing already calculated."
51 List<DynamicList<label, primitiveMesh::edgesPerPoint_> >
56 register bool found =
false;
60 const face& curFace = lf[faceI];
64 DynamicList<label, primitiveMesh::edgesPerPoint_>&
65 curPp = pp[curFace[pointI]];
68 label next = curFace.nextLabel(pointI);
87 label prev = curFace.prevLabel(pointI);
112 ppAddr[pointI].transfer(pp[pointI]);