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

Function clearGeom

src/surfMesh/surfMesh/surfMeshClear.C:48–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
47
48void Foam::surfMesh::clearGeom()
49{
50 if (debug)
51 {
52 InfoInFunction << "Clearing geometric data" << endl;
53 }
54
55 MeshReference::clearGeom();
56}
57
58
59void Foam::surfMesh::clearAddressing()

Callers 5

surfMeshIO.CFile · 0.70
resetPrimitivesFunction · 0.70
transferFunction · 0.70
surfMesh.CFile · 0.70
clearOutFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected