Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
177
inline scalar mag(const complex& c)
178
{
179
return sqrt(magSqr(c));
180
}
181
182
183
inline const complex& max(const complex& c1, const complex& c2)
Callers
15
complexI.H
File · 0.70
ODESolver.C
File · 0.50
seul
Function · 0.50
solve
Function · 0.50
solve
Function · 0.50
dimensionSet.C
File · 0.50
round
Function · 0.50
dimensionSetIO.C
File · 0.50
Distribution.C
File · 0.50
splineInterpolationWeights.C
File · 0.50
CalcPatchToPatchWeights.C
File · 0.50
PrimitivePatchInterpolation.C
File · 0.50
Calls
2
sqrt
Function · 0.85
magSqr
Function · 0.70
Tested by
no test coverage detected