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

Function mag

src/OpenFOAM/primitives/complex/complexI.H:177–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175
176
177inline scalar mag(const complex& c)
178{
179 return sqrt(magSqr(c));
180}
181
182
183inline const complex& max(const complex& c1, const complex& c2)

Callers 15

complexI.HFile · 0.70
ODESolver.CFile · 0.50
seulFunction · 0.50
solveFunction · 0.50
solveFunction · 0.50
dimensionSet.CFile · 0.50
roundFunction · 0.50
dimensionSetIO.CFile · 0.50
Distribution.CFile · 0.50

Calls 2

sqrtFunction · 0.85
magSqrFunction · 0.70

Tested by

no test coverage detected