Home
last modified time | relevance | path

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

/honee/problems/
H A Dnewtonian.c676 CeedScalar B0[5], A0_test[5]; in TestState() local
685 StateToQ(gas, state_A0, B0, state_var_B); in TestState()
686 State state_B0 = StateFromQ(gas, B0, state_var_B); in TestState()
717 CeedScalar A1[5], B0[5], B1[5]; in TestState_fwd() local
721 StateToQ(gas, state_0, B0, 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()