35 bool sammMesh::sammEqualFace
37 const face& boundaryFace,
47 forAll (cellFace, cellFaceLabelI)
49 const label curCellFaceLabel = cellFace[cellFaceLabelI];
51 forAll (boundaryFace, bouFaceLabelI)
53 if (boundaryFace[bouFaceLabelI] == curCellFaceLabel)
73 void sammMesh::createBoundaryFaces()
77 faceList& patchFaces = boundary_[patchI];
85 face& curFace = patchFaces[faceI];
91 PointCells[facePoints[pointI]];
93 forAll(facePointCells, cellI)
96 cellFaces_[facePointCells[cellI]];
98 forAll(curCellFaces, cellFaceI)
100 if (sammEqualFace(curCellFaces[cellFaceI], curFace))
107 curFace = curCellFaces[cellFaceI];
119 <<
" does not have neighbour cell." <<
endl
120 <<
" face : " <<
endl << curFace