Go to the documentation of this file.
38 Pout <<
"polyMeshGenAddressing allocated :" <<
endl;
121 Pout<<
"polyMeshGenAddressing::clearGeom() : "
122 <<
"clearing geometric data"
136 Pout<<
"polyMeshGenAddressing::clearAddressing() : "
137 <<
"clearing topology"
vectorField * cellCentresPtr_
Cell centres.
VRWGraph * pePtr_
Point-edges.
void clearParallelAddressing()
Clear parallel addressing.
Template functions to aid in the implementation of demand driven data.
scalarField * cellVolumesPtr_
Cell volumes.
Ostream & endl(Ostream &os)
Add newline and flush stream.
labelLongList * globalFaceLabelPtr_
global face labels
DynList< label > * pointNeiProcsPtr_
neighbour processors sharing a point with this processor
VRWGraph * efPtr_
Edge-faces.
vectorField * faceCentresPtr_
Face centres.
vectorField * faceAreasPtr_
Face areas.
void clearAll()
Clear everything primitive, geometry and addressing.
labelLongList * globalPointLabelPtr_
global point labels
VRWGraph * pfPtr_
Point-faces.
void deleteDemandDrivenData(DataPtr &dataPtr)
VRWGraph * fePtr_
Face-edges.
void clearAddressing()
Clear topological data.
VRWGraph * ccPtr_
Cell-cells.
Map< label > * globalToLocalEdgeAddressingPtr_
global to local edge addressing
VRWGraph * cpPtr_
Cell-points.
DynList< label > * edgeNeiProcsPtr_
neighbour processors sharing an edge with the current processor
VRWGraph * cePtr_
Cell-edges.
edgeList * edgesPtr_
Edges.
VRWGraph * pProcsPtr_
processors containing a vertex
VRWGraph * eProcsPtr_
processors containing an edge
Map< label > * globalToLocalPointAddressingPtr_
global to local point adressing
void clearGeom()
Clear geometry.
prefixOSstream Pout(cout, "Pout")
VRWGraph * pcPtr_
Point-cells.
VRWGraph * ppPtr_
Point-points.
VRWGraph * ecPtr_
Edge-cells.
labelLongList * globalEdgeLabelPtr_
global edge labels
void printAllocated() const
Print a list of all the currently allocated mesh data.
labelLongList * globalCellLabelPtr_
global cell labels
void clearOut()
Clear all geometry and addressing unnecessary for CFD.