Home
last modified time | relevance | path

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

/libCEED/examples/fluids/problems/
H A Dnewtonian.c94 CeedScalar A1[5], B0[5], B1[5]; in TestState_fwd() local
99 StateToQ(gas, state_1, B1, state_var_B); in TestState_fwd()
100 for (int j = 0; j < 5; j++) dB_fd[j] = (B1[j] - B0[j]) / eps; in TestState_fwd()