Home
last modified time | relevance | path

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

/libCEED/examples/fluids/problems/
H A Dbc_freestream.c471 CeedScalar dH, dH_fd; in TestTotalSpecificEnthalpy_fwd() local
488 dH_fd = (H1 - H0) / eps; in TestTotalSpecificEnthalpy_fwd()
496 dH_err = RelativeError(dH_fd, dH, dH_fd, divisor_threshold); in TestTotalSpecificEnthalpy_fwd()
497 …bs(dH_err) >= rtol) printf("%s dH error %g (expected %.10e, got %.10e)\n", buf, dH_err, dH_fd, dH); in TestTotalSpecificEnthalpy_fwd()