Home
last modified time | relevance | path

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

/libCEED/examples/fluids/problems/
H A Dbc_freestream.c260 char buf[128]; in TestRiemannHLL_fwd() local
313 snprintf(buf, sizeof buf, "RiemannFlux_HLL i=%d: Flux", i); in TestRiemannHLL_fwd()
314 PetscCall(CheckQWithTolerance(dFlux_fd, dFlux, dFlux_fd, buf, rtol_0, rtol_u, rtol_4)); in TestRiemannHLL_fwd()
322 char buf[128]; in TestRiemannHLLC_fwd() local
375 snprintf(buf, sizeof buf, "RiemannFlux_HLLC i=%d: Flux", i); in TestRiemannHLLC_fwd()
376 PetscCall(CheckQWithTolerance(dFlux_fd, dFlux, dFlux_fd, buf, rtol_0, rtol_u, rtol_4)); in TestRiemannHLLC_fwd()
384 char buf[128]; in TestComputeHLLSpeeds_Roe_fwd() local
442 snprintf(buf, sizeof buf, "ComputeHLLSpeeds_Roe i=%d:", i); in TestComputeHLLSpeeds_Roe_fwd()
449 …_err) >= rtol) printf("%s ds_left error %g (expected %.10e, got %.10e)\n", buf, ds_left_err, ds_le… in TestComputeHLLSpeeds_Roe_fwd()
450 …err) >= rtol) printf("%s ds_right error %g (expected %.10e, got %.10e)\n", buf, ds_right_err, ds_r… in TestComputeHLLSpeeds_Roe_fwd()
[all …]
H A Dnewtonian.c54 char buf[128]; in TestState() local
66 snprintf(buf, sizeof buf, "%s->%s->%s: %s", A_initial, B_initial, A_initial, A_initial); in TestState()
67 PetscCall(CheckQWithTolerance(A0, A0_test, A0, buf, rtol_0, rtol_u, rtol_4)); in TestState()
75 char buf[128]; in TestState_fwd() local
103 …snprintf(buf, sizeof buf, "d%s->d%s: StateFrom%s_fwd i=%d: d%s", A_initial, B_initial, A_initial, … in TestState_fwd()
104 PetscCall(CheckQWithTolerance(dB_fd, dB, dB_fd, buf, rtol_0, rtol_u, rtol_4)); in TestState_fwd()