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

Method transform

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

Source from the content-addressed store, hash-verified

210
211template<class TrackingData>
212inline void Foam::pointEdgePoint::transform
213(
214 const tensor& rotTensor,
215 TrackingData& td
216)
217{
218 origin_ = Foam::transform(rotTensor, origin_);
219}
220
221
222// Update absolute geometric quantities. Note that distance (distSqr_)

Callers 2

FaceCellWave.CFile · 0.45
PointEdgeWave.CFile · 0.45

Calls 1

transformFunction · 0.50

Tested by

no test coverage detected