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

Function removeBoundary

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

Source from the content-addressed store, hash-verified

34// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
35
36void Foam::polyMesh::removeBoundary()
37{
38 if (debug)
39 {
40 InfoInFunction << "Removing boundary patches." << endl;
41 }
42
43 // Remove the point zones
44 boundary_.clear();
45 boundary_.setSize(0);
46
47 clearOut();
48}
49
50
51// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //

Callers 2

mergeFunction · 0.85
removeFvBoundaryFunction · 0.85

Calls 3

clearOutFunction · 0.70
clearMethod · 0.45
setSizeMethod · 0.45

Tested by

no test coverage detected