38 Pout<<
"primitiveMesh::edgeCells() : calculating edgeCells" <<
endl;
65 return edgeCells()[edgeI];
74 const labelList& eFaces = edgeFaces(edgeI, eFacesStorage);
81 label faceI = eFaces[i];
84 label ownCellI = own[faceI];
89 if (storage[j] == ownCellI)
102 if (isInternalFace(faceI))
104 label neiCellI = nei[faceI];
108 if (storage[j] == neiCellI)
129 return edgeCells(edgeI, labels_);