Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFOAM/OpenFOAM-dev
/ if
Function
if
src/dynamicMesh/meshCut/splitCell/splitCell.C:81–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
return false;
80
}
81
else if (myParent->master() == this)
82
{
83
return true;
84
}
85
else if (myParent->slave() == this)
86
{
87
return false;
Callers
7
functionObjectTemplate.C
File · 0.50
mixedFvPatchFieldTemplate.C
File · 0.50
codedFvOptionTemplate.C
File · 0.50
fixedValuePointPatchFieldTemplate.C
File · 0.50
fixedValueFvPatchFieldTemplate.C
File · 0.50
pointConstraints.C
File · 0.50
MeshedSurface.C
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected