Searched refs:dH_fd (Results 1 – 1 of 1) sorted by relevance
430 CeedScalar dH, dH_fd; in TestTotalSpecificEnthalpy_fwd() local447 dH_fd = (H1 - H0) / eps; in TestTotalSpecificEnthalpy_fwd()455 dH_err = RelativeError(dH_fd, dH, dH_fd, divisor_threshold); in TestTotalSpecificEnthalpy_fwd()456 …bs(dH_err) >= rtol) printf("%s dH error %g (expected %.10e, got %.10e)\n", buf, dH_err, dH_fd, dH); in TestTotalSpecificEnthalpy_fwd()