Go to the documentation of this file.
34 Pout<<
"primitiveMesh allocated :" <<
endl;
130 Pout<<
"primitiveMesh::clearGeom() : "
131 <<
"clearing geometric data"
146 Pout<<
"primitiveMesh::clearAddressing() : "
147 <<
"clearing topology"
void printAllocated() const
Print a list of all the currently allocated mesh data.
labelListList * fePtr_
Face-edges.
void clearGeom()
Clear geometry.
labelListList * pePtr_
Point-edges.
labelListList * ppPtr_
Point-points.
void clearAddressing()
Clear topological data.
Template functions to aid in the implementation of demand driven data.
labelListList * ecPtr_
Edge-cells.
scalarField * cellVolumesPtr_
Cell volumes.
Ostream & endl(Ostream &os)
Add newline and flush stream.
labelListList * pfPtr_
Point-faces.
void deleteDemandDrivenData(DataPtr &dataPtr)
vectorField * faceCentresPtr_
Face centres.
labelListList * pcPtr_
Point-cells.
cellList * cfPtr_
Cell-faces.
cellShapeList * cellShapesPtr_
Cell shapes.
labelListList * ccPtr_
Cell-cells.
labelListList * cpPtr_
Cell-points.
prefixOSstream Pout(cout, "Pout")
vectorField * faceAreasPtr_
Face areas.
labelListList * cePtr_
Cell-edges.
labelListList * efPtr_
Edge-faces.
edgeList * edgesPtr_
Edges are ordered in upper triangular order.
void clearOut()
Clear all geometry and addressing unnecessary for CFD.
vectorField * cellCentresPtr_
Cell centres.