Home
last modified time | relevance | path

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

/libCEED/examples/fluids/problems/ !
H A Dnewtonian.c53 CeedScalar B0[5], A0_test[5]; in TestState() local
62 StateToQ(gas, state_A0, B0, state_var_B); in TestState()
63 State state_B0 = StateFromQ(gas, B0, state_var_B); in TestState()
94 CeedScalar A1[5], B0[5], B1[5]; in TestState_fwd() local
98 StateToQ(gas, state_0, B0, 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()