37 Pout<<
"primitiveMesh::edgeFaces() : calculating edgeFaces" <<
endl;
79 while (i0 < pFaces0.
size() && i1 < pFaces1.
size())
81 if (pFaces0[i0] < pFaces1[i1])
85 else if (pFaces0[i0] > pFaces1[i1])
92 storage.
append(pFaces0[i0]);
bool hasEdgeFaces() const
List< labelList > labelListList
A List of labelList.
const labelListList & faceEdges() const
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
void size(const label)
Override size to be inconsistent with allocated storage.
Ostream & endl(Ostream &os)
Add newline and flush stream.
Various functions to operate on Lists.
A 1D vector of objects of type <T> that resizes itself as necessary to accept the new objects...
An edge is a list of two point labels. The functionality it provides supports the discretisation on a...
DynamicList< T, SizeInc, SizeMult, SizeDiv > & append(const T &)
Append an element at the end of the list.
errorManip< error > abort(error &err)
const edgeList & edges() const
Return mesh edges. Uses calcEdges.
prefixOSstream Pout(cout, "Pout")
void invertManyToMany(const label len, const UList< InList > &, List< OutList > &)
Invert many-to-many.
const labelListList & pointFaces() const
const doubleScalar e
Elementary charge.
void clear()
Clear the addressed list, i.e. set the size to zero.
const labelListList & edgeFaces() const