Home
last modified time | relevance | path

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

/libCEED/examples/fluids/problems/
H A Dbc_freestream.c229 static PetscErrorCode CheckQWithTolerance(const CeedScalar Q_s[5], const CeedScalar Q_a[5], const C… in CheckQWithTolerance() function
314 PetscCall(CheckQWithTolerance(dFlux_fd, dFlux, dFlux_fd, buf, rtol_0, rtol_u, rtol_4)); in TestRiemannHLL_fwd()
376 PetscCall(CheckQWithTolerance(dFlux_fd, dFlux, dFlux_fd, buf, rtol_0, rtol_u, rtol_4)); in TestRiemannHLLC_fwd()
H A Dnewtonian.c21 static PetscErrorCode CheckQWithTolerance(const CeedScalar Q_s[5], const CeedScalar Q_a[5], const C… in CheckQWithTolerance() function
67 PetscCall(CheckQWithTolerance(A0, A0_test, A0, buf, rtol_0, rtol_u, rtol_4)); in TestState()
104 PetscCall(CheckQWithTolerance(dB_fd, dB, dB_fd, buf, rtol_0, rtol_u, rtol_4)); in TestState_fwd()