MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / valid

Method valid

src/dynamicMesh/pointPatchDist/externalPointEdgePointI.H:161–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159
160template<class TrackingData>
161inline bool Foam::externalPointEdgePoint::valid(TrackingData& td) const
162{
163 return origin_ != point::max;
164}
165
166
167// Checks for cyclic points

Callers 2

fvMeshSubset.CFile · 0.45
correctFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected