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

Function removeZones

src/surfMesh/surfMesh/surfMeshClear.C:32–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
31
32void Foam::surfMesh::removeZones()
33{
34 if (debug)
35 {
36 InfoInFunction << "Removing surface zones." << endl;
37 }
38
39 // Remove the surface zones
40 storedZones().clear();
41
42 clearOut();
43}
44
45
46// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //

Callers 2

checkZonesFunction · 0.85

Calls 2

clearOutFunction · 0.70
clearMethod · 0.45

Tested by

no test coverage detected