33 void Foam::sammMesh::purgeCellShapes()
37 const faceList& curFaces = cellFaces_[celli];
40 faceList shapeFaces = cellShapes_[celli].faces();
48 if (shapeFaces[facei] == curFaces[i])
57 Info<<
"Purging cell shape " << celli <<
endl;
58 cellShapes_[celli] = cellShape(*unknownPtr_,
labelList(0));
#define forAll(list, i)
Loop across all elements in list.
Ostream & endl(Ostream &os)
Add newline and flush stream.
List< label > labelList
A List of labels.