Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFOAM/OpenFOAM-dev
/ valid
Method
valid
src/meshTools/algorithms/PointEdgeWave/pointEdgePointI.H:163–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
162
template<class TrackingData>
163
inline bool Foam::pointEdgePoint::valid(TrackingData& td) const
164
{
165
return origin_ != point::max;
166
}
167
168
169
// Checks for cyclic points
Callers
5
operator()
Function · 0.45
FaceCellWave.C
File · 0.45
forAll
Method · 0.45
operator()
Function · 0.45
PointEdgeWave.C
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected