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

Function clearOut

src/OpenFOAM/meshes/polyMesh/polyMeshClear.C:150–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148
149
150void Foam::polyMesh::clearOut()
151{
152 clearGeom();
153 clearAddressing();
154}
155
156
157void Foam::polyMesh::clearTetBasePtIs()

Callers 4

polyMeshIO.CFile · 0.70
polyMesh.CFile · 0.70
removeBoundaryFunction · 0.70

Calls 2

clearGeomFunction · 0.70
clearAddressingFunction · 0.70

Tested by

no test coverage detected