Searched refs:ds_right_fd (Results 1 – 1 of 1) sorted by relevance
| /honee/problems/ |
| H A D | bc_freestream.c | 361 CeedScalar ds_left, ds_right, ds_left_fd, ds_right_fd; in TestComputeHLLSpeeds_Roe_fwd() local 398 ds_right_fd = (s_right1 - s_right0) / eps; in TestComputeHLLSpeeds_Roe_fwd() 407 ds_right_err = RelativeError(ds_right_fd, ds_right, ds_right_fd, divisor_threshold); in TestComputeHLLSpeeds_Roe_fwd() 409 …tf("%s ds_right error %g (expected %.10e, got %.10e)\n", buf, ds_right_err, ds_right_fd, ds_right); in TestComputeHLLSpeeds_Roe_fwd()
|