MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / clearGeom

Function clearGeom

src/OpenFOAM/meshes/primitiveMesh/primitiveMeshClear.C:125–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123
124
125void Foam::primitiveMesh::clearGeom()
126{
127 if (debug)
128 {
129 Pout<< "primitiveMesh::clearGeom() : "
130 << "clearing geometric data"
131 << endl;
132 }
133
134 deleteDemandDrivenData(cellCentresPtr_);
135 deleteDemandDrivenData(faceCentresPtr_);
136 deleteDemandDrivenData(cellVolumesPtr_);
137 deleteDemandDrivenData(faceAreasPtr_);
138}
139
140
141void Foam::primitiveMesh::clearAddressing()

Callers 4

primitiveMesh.CFile · 0.70
clearOutFunction · 0.70
PrimitivePatch.CFile · 0.50

Calls 1

deleteDemandDrivenDataFunction · 0.85

Tested by

no test coverage detected