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

Method leaveDomain

src/meshTools/algorithms/PointEdgeWave/pointEdgePointI.H:199–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197
198template<class TrackingData>
199inline void Foam::pointEdgePoint::leaveDomain
200(
201 const polyPatch& patch,
202 const label patchPointi,
203 const point& coord,
204 TrackingData& td
205)
206{
207 origin_ -= coord;
208}
209
210
211template<class TrackingData>

Callers 2

FaceCellWave.CFile · 0.45
PointEdgeWave.CFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected