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

Function clearGeom

src/finiteVolume/fvMesh/fvMesh.C:112–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110
111
112void Foam::fvMesh::clearGeom()
113{
114 clearGeomNotOldVol();
115
116 deleteDemandDrivenData(V0Ptr_);
117 deleteDemandDrivenData(V00Ptr_);
118
119 // Mesh motion flux cannot be deleted here because the old-time flux
120 // needs to be saved.
121}
122
123
124void Foam::fvMesh::clearAddressing(const bool isMeshUpdate)

Callers 2

clearOutFunction · 0.70
fvMesh.CFile · 0.70

Calls 2

clearGeomNotOldVolFunction · 0.85
deleteDemandDrivenDataFunction · 0.85

Tested by

no test coverage detected