Searched refs:state_var_B (Results 1 – 1 of 1) sorted by relevance
| /libCEED/examples/fluids/problems/ |
| H A D | newtonian.c | 51 static PetscErrorCode TestState(StateVariable state_var_A, StateVariable state_var_B, NewtonianIdea… in TestState() argument 59 const char *B_initial = StateVariables_Initial[state_var_B]; in TestState() 62 StateToQ(gas, state_A0, B0, state_var_B); in TestState() 63 State state_B0 = StateFromQ(gas, B0, state_var_B); in TestState() 72 static PetscErrorCode TestState_fwd(StateVariable state_var_A, StateVariable state_var_B, Newtonian… in TestState_fwd() argument 80 const char *B_initial = StateVariables_Initial[state_var_B]; in TestState_fwd() 90 StateToQ_fwd(gas, state_0, dstate_0, dB, state_var_B); in TestState_fwd() 98 StateToQ(gas, state_0, B0, state_var_B); in TestState_fwd() 99 StateToQ(gas, state_1, B1, state_var_B); in TestState_fwd()
|