Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFOAM/OpenFOAM-dev
/ if
Function
if
src/meshTools/sets/pointSources/faceToPoint/faceToPoint.C:146–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
combine(set, true);
145
}
146
else if (action == topoSetSource::DELETE)
147
{
148
Info<<
" Removing points from face in faceSet "
<< setName_
149
<<
" ..."
<< endl;
150
151
combine(set, false);
152
}
153
}
154
155
Callers
nothing calls this directly
Calls
1
combine
Function · 0.70
Tested by
no test coverage detected