Home
last modified time | relevance | path

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

/honee/problems/
H A Dbc_freestream.c430 CeedScalar dH, dH_fd; in TestTotalSpecificEnthalpy_fwd() local
447 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()