38 Pout<<
"primitiveMesh::edgeCells() : calculating edgeCells" <<
endl;
81 label faceI = eFaces[i];
84 label ownCellI = own[faceI];
89 if (storage[j] == ownCellI)
104 label neiCellI = nei[faceI];
108 if (storage[j] == neiCellI)
void invertManyToMany(const label len, const UList< InList > &, List< OutList > &)
Invert many-to-many.
void clear()
Clear the addressed list, i.e. set the size to zero.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
DynamicList< T, SizeInc, SizeMult, SizeDiv > & append(const T &)
Append an element at the end of the list.
Various functions to operate on Lists.
const labelListList & cellEdges() const
Ostream & endl(Ostream &os)
Add newline and flush stream.
errorManip< error > abort(error &err)
#define FatalErrorIn(functionName)
Report an error message using Foam::FatalError.
bool hasEdgeCells() const
const labelListList & edgeFaces() const
const labelListList & edgeCells() const
List< labelList > labelListList
A List of labelList.
virtual const labelList & faceOwner() const =0
Face face-owner addresing.
virtual const labelList & faceNeighbour() const =0
Face face-neighbour addressing.
prefixOSstream Pout(cout,"Pout")
bool isInternalFace(const label faceIndex) const
Return true if given face label is internal to the mesh.