35 void Foam::enrichedPatch::calcPointPoints()
const 41 <<
"Point-point addressing already calculated." 49 List<DynamicList<label, primitiveMesh::edgesPerPoint_>>
58 const face& curFace = lf[facei];
62 DynamicList<label, primitiveMesh::edgesPerPoint_>&
63 curPp = pp[curFace[pointi]];
66 label next = curFace.nextLabel(pointi);
85 label prev = curFace.prevLabel(pointi);
110 ppAddr[pointi].transfer(pp[pointi]);
List< labelList > labelListList
A List of labelList.
#define forAll(list, i)
Loop across all elements in list.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
errorManip< error > abort(error &err)
const faceList & localFaces() const
Return local faces.
const labelList & meshPoints() const
Return mesh points.