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