Home
last modified time | relevance | path

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

/honee/problems/
H A Dbc_freestream.c188 static PetscErrorCode CheckQWithTolerance(const CeedScalar Q_s[5], const CeedScalar Q_a[5], const C… in CheckQWithTolerance() function
273 PetscCall(CheckQWithTolerance(dFlux_fd, dFlux, dFlux_fd, buf, rtol_0, rtol_u, rtol_4)); in TestRiemannHLL_fwd()
335 PetscCall(CheckQWithTolerance(dFlux_fd, dFlux, dFlux_fd, buf, rtol_0, rtol_u, rtol_4)); in TestRiemannHLLC_fwd()
H A Dnewtonian.c644 static PetscErrorCode CheckQWithTolerance(const CeedScalar Q_s[5], const CeedScalar Q_a[5], const C… in CheckQWithTolerance() function
690 PetscCall(CheckQWithTolerance(A0, A0_test, A0, buf, rtol_0, rtol_u, rtol_4)); in TestState()
727 PetscCall(CheckQWithTolerance(dB_fd, dB, dB_fd, buf, rtol_0, rtol_u, rtol_4)); in TestState_fwd()