MCPcopy 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
59void Foam::surfMesh::clearAddressing()
60{
61 if (debug)
62 {
63 InfoInFunction << "clearing topology" << endl;
64 }
65
66 MeshReference::clearPatchMeshAddr();
67}
68
69
70void Foam::surfMesh::clearOut()

Callers 1

clearOutFunction · 0.70

Calls 1

clearPatchMeshAddrFunction · 0.85

Tested by

no test coverage detected