Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFOAM/OpenFOAM-dev
/ valid
Method
valid
src/meshTools/meshStructure/topoDistanceDataI.H:56–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
55
template<class TrackingData>
56
inline bool Foam::topoDistanceData::valid(TrackingData& td) const
57
{
58
return distance_ != -1;
59
}
60
61
62
// No geometric data so never any problem on cyclics
Callers
4
meshSearch.C
File · 0.45
surfPtr
Function · 0.45
mappedPatchBase.C
File · 0.45
mappedPatchBaseI.H
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected