35 const face& boundaryFace,
45 forAll(cellFace, cellFaceLabelI)
47 const label curCellFaceLabel = cellFace[cellFaceLabelI];
49 forAll(boundaryFace, bouFaceLabelI)
51 if (boundaryFace[bouFaceLabelI] == curCellFaceLabel)
89 PointCells[facePoints[pointI]];
91 forAll(facePointCells, cellI)
94 cellFaces_[facePointCells[cellI]];
96 forAll(curCellFaces, cellFaceI)
98 if (sammEqualFace(curCellFaces[cellFaceI], curFace))
105 curFace = curCellFaces[cellFaceI];
117 <<
" does not have neighbour cell." <<
endl
118 <<
" face : " <<
endl << curFace