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

Method enterDomain

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

Source from the content-addressed store, hash-verified

223// is not affected by leaving/entering domain.
224template<class TrackingData>
225inline void Foam::pointEdgePoint::enterDomain
226(
227 const polyPatch& patch,
228 const label patchPointi,
229 const point& coord,
230 TrackingData& td
231)
232{
233 // back to absolute form
234 origin_ += coord;
235}
236
237
238// Update this with information from connected edge

Callers 2

FaceCellWave.CFile · 0.45
PointEdgeWave.CFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected