MCPcopy Create free account
hub / github.com/boutproject/BOUT-dev / RSqrt

Function RSqrt

externalpackages/PVODE/source/llnlmath.cpp:62–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61
62real RSqrt(real x)
63{
64 if (x <= ZERO) return(ZERO);
65
66 return((real) sqrt((double) x));
67}
68
69}
70

Callers 9

PVBBDPreconFunction · 0.85
SpgmrSolveFunction · 0.85
ModifiedGSFunction · 0.85
ClassicalGSFunction · 0.85
QRfactFunction · 0.85
CVSpgmrInitFunction · 0.85
N_VWrmsNormFunction · 0.85
N_VWL2NormFunction · 0.85
CVHinFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected