31 void Foam::primitiveMesh::calcCellShapes()
const
35 Pout<<
"primitiveMesh::calcCellShapes() : calculating cellShapes"
44 <<
"cellShapes already calculated"
54 cellShapes[celli] = degenerateMatcher::match(*
this, celli);
#define forAll(list, i)
Loop across all elements in list.
const cellShapeList & cellShapes() const
Return cell shapes.
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
List< cellShape > cellShapeList
List of cellShapes and PtrList of List of cellShape.
Ostream & endl(Ostream &os)
Add newline and flush stream.
errorManip< error > abort(error &err)
prefixOSstream Pout(cout, "Pout")