Searched refs:state_var_B (Results 1 – 1 of 1) sorted by relevance
| /honee/problems/ |
| H A D | newtonian.c | 674 static PetscErrorCode TestState(StateVariable state_var_A, StateVariable state_var_B, NewtonianIGPr… in TestState() argument 682 const char *B_initial = StateVariables_Initial[state_var_B]; in TestState() 685 StateToQ(gas, state_A0, B0, state_var_B); in TestState() 686 State state_B0 = StateFromQ(gas, B0, state_var_B); in TestState() 695 static PetscErrorCode TestState_fwd(StateVariable state_var_A, StateVariable state_var_B, Newtonian… in TestState_fwd() argument 703 const char *B_initial = StateVariables_Initial[state_var_B]; in TestState_fwd() 713 StateToQ_fwd(gas, state_0, dstate_0, dB, state_var_B); in TestState_fwd() 721 StateToQ(gas, state_0, B0, state_var_B); in TestState_fwd() 722 StateToQ(gas, state_1, B1, state_var_B); in TestState_fwd()
|