Home
last modified time | relevance | path

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

/libCEED/examples/fluids/problems/
H A Dbc_freestream.c224 static inline CeedScalar RelativeError(CeedScalar S, CeedScalar A, CeedScalar B, CeedScalar thresho… in RelativeError() function
235 relative_error[0] = RelativeError(Q_s[0], Q_a[0], Q_b[0], divisor_threshold); in CheckQWithTolerance()
236 relative_error[4] = RelativeError(Q_s[4], Q_a[4], Q_b[4], divisor_threshold); in CheckQWithTolerance()
240 relative_error[i] = RelativeError(u_magnitude, Q_a[i], Q_b[i], divisor_threshold); in CheckQWithTolerance()
447 ds_left_err = RelativeError(ds_left_fd, ds_left, ds_left_fd, divisor_threshold); in TestComputeHLLSpeeds_Roe_fwd()
448 ds_right_err = RelativeError(ds_right_fd, ds_right, ds_right_fd, divisor_threshold); in TestComputeHLLSpeeds_Roe_fwd()
496 dH_err = RelativeError(dH_fd, dH, dH_fd, divisor_threshold); in TestTotalSpecificEnthalpy_fwd()
535 dR_err.left = RelativeError(dR_fd.left, dR.left, dR_fd.left, divisor_threshold); in TestRowSetup_fwd()
536 dR_err.right = RelativeError(dR_fd.right, dR.right, dR_fd.right, divisor_threshold); in TestRowSetup_fwd()