Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFOAM/OpenFOAM-dev
/ if
Function
if
src/meshTools/sets/faceSources/pointToFace/pointToFace.C:214–220 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
212
combine(set, true);
213
}
214
else if (action == topoSetSource::DELETE)
215
{
216
Info<<
" Removing faces according to pointSet "
<< setName_
217
<<
" ..."
<< endl;
218
219
combine(set, false);
220
}
221
}
222
223
Callers
nothing calls this directly
Calls
1
combine
Function · 0.70
Tested by
no test coverage detected