Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFOAM/OpenFOAM-dev
/ clearAddressing
Function
clearAddressing
src/surfMesh/surfMesh/surfMeshClear.C:59–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
58
59
void Foam::surfMesh::clearAddressing()
60
{
61
if (debug)
62
{
63
InfoInFunction <<
"clearing topology"
<< endl;
64
}
65
66
MeshReference::clearPatchMeshAddr();
67
}
68
69
70
void Foam::surfMesh::clearOut()
Callers
1
clearOut
Function · 0.70
Calls
1
clearPatchMeshAddr
Function · 0.85
Tested by
no test coverage detected