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

Method updatePoint

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

Source from the content-addressed store, hash-verified

238// Update this with information from connected edge
239template<class TrackingData>
240inline bool Foam::pointEdgePoint::updatePoint
241(
242 const polyMesh& mesh,
243 const label pointi,
244 const label edgeI,
245 const pointEdgePoint& edgeInfo,
246 const scalar tol,
247 TrackingData& td
248)
249{
250 return update(mesh.points()[pointi], edgeInfo, tol, td);
251}
252
253
254// Update this with new information on same point

Callers 2

forAllMethod · 0.45
PointEdgeWave.CFile · 0.45

Calls 2

updateFunction · 0.50
pointsMethod · 0.45

Tested by

no test coverage detected