MCPcopy 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
162template<class TrackingData>
163inline 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.CFile · 0.45
forAllMethod · 0.45
operator()Function · 0.45
PointEdgeWave.CFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected