Searched refs:B1 (Results 1 – 1 of 1) sorted by relevance
717 CeedScalar A1[5], B0[5], B1[5]; in TestState_fwd() local722 StateToQ(gas, state_1, B1, state_var_B); in TestState_fwd()723 for (int j = 0; j < 5; j++) dB_fd[j] = (B1[j] - B0[j]) / eps; in TestState_fwd()