Home
last modified time | relevance | path

Searched refs:RelativeError (Results 1 – 1 of 1) sorted by relevance

/honee/problems/
H A Dbc_freestream.c183 static inline CeedScalar RelativeError(CeedScalar S, CeedScalar A, CeedScalar B, CeedScalar thresho… in RelativeError() function
194 relative_error[0] = RelativeError(Q_s[0], Q_a[0], Q_b[0], divisor_threshold); in CheckQWithTolerance()
195 relative_error[4] = RelativeError(Q_s[4], Q_a[4], Q_b[4], divisor_threshold); in CheckQWithTolerance()
199 relative_error[i] = RelativeError(u_magnitude, Q_a[i], Q_b[i], divisor_threshold); in CheckQWithTolerance()
406 ds_left_err = RelativeError(ds_left_fd, ds_left, ds_left_fd, divisor_threshold); in TestComputeHLLSpeeds_Roe_fwd()
407 ds_right_err = RelativeError(ds_right_fd, ds_right, ds_right_fd, divisor_threshold); in TestComputeHLLSpeeds_Roe_fwd()
455 dH_err = RelativeError(dH_fd, dH, dH_fd, divisor_threshold); in TestTotalSpecificEnthalpy_fwd()
494 dR_err.left = RelativeError(dR_fd.left, dR.left, dR_fd.left, divisor_threshold); in TestRowSetup_fwd()
495 dR_err.right = RelativeError(dR_fd.right, dR.right, dR_fd.right, divisor_threshold); in TestRowSetup_fwd()