Lines Matching refs:buf

219   char             buf[128];  in TestRiemannHLL_fwd()  local
272 snprintf(buf, sizeof buf, "RiemannFlux_HLL i=%d: Flux", i); in TestRiemannHLL_fwd()
273 PetscCall(CheckQWithTolerance(dFlux_fd, dFlux, dFlux_fd, buf, rtol_0, rtol_u, rtol_4)); in TestRiemannHLL_fwd()
281 char buf[128]; in TestRiemannHLLC_fwd() local
334 snprintf(buf, sizeof buf, "RiemannFlux_HLLC i=%d: Flux", i); in TestRiemannHLLC_fwd()
335 PetscCall(CheckQWithTolerance(dFlux_fd, dFlux, dFlux_fd, buf, rtol_0, rtol_u, rtol_4)); in TestRiemannHLLC_fwd()
343 char buf[128]; in TestComputeHLLSpeeds_Roe_fwd() local
401 snprintf(buf, sizeof buf, "ComputeHLLSpeeds_Roe i=%d:", i); in TestComputeHLLSpeeds_Roe_fwd()
408 …_err) >= rtol) printf("%s ds_left error %g (expected %.10e, got %.10e)\n", buf, ds_left_err, ds_le… in TestComputeHLLSpeeds_Roe_fwd()
409 …err) >= rtol) printf("%s ds_right error %g (expected %.10e, got %.10e)\n", buf, ds_right_err, ds_r… in TestComputeHLLSpeeds_Roe_fwd()
418 char buf[128]; in TestTotalSpecificEnthalpy_fwd() local
450 snprintf(buf, sizeof buf, "TotalSpecificEnthalpy i=%d:", i); in TestTotalSpecificEnthalpy_fwd()
456 …if (fabs(dH_err) >= rtol) printf("%s dH error %g (expected %.10e, got %.10e)\n", buf, dH_err, dH_f… in TestTotalSpecificEnthalpy_fwd()
465 char buf[128]; in TestRowSetup_fwd() local
489 snprintf(buf, sizeof buf, "RoeSetup i=%d:", i); in TestRowSetup_fwd()
496 …left) >= rtol) printf("%s dR.left error %g (expected %.10e, got %.10e)\n", buf, dR_err.left, dR_fd… in TestRowSetup_fwd()
497 …ght) >= rtol) printf("%s dR.right error %g (expected %.10e, got %.10e)\n", buf, dR_err.right, dR_f… in TestRowSetup_fwd()