Home
last modified time | relevance | path

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

/honee/problems/
H A Dnewtonian.c707 CeedScalar dB[5] = {0.}, dB_fd[5] = {0.}; in TestState_fwd() local
723 for (int j = 0; j < 5; j++) dB_fd[j] = (B1[j] - B0[j]) / eps; in TestState_fwd()
727 PetscCall(CheckQWithTolerance(dB_fd, dB, dB_fd, buf, rtol_0, rtol_u, rtol_4)); in TestState_fwd()