Searched refs:StateFromY (Results 1 – 8 of 8) sorted by relevance
| /honee/problems/ |
| H A D | bc_freestream.c | 230 State left0 = StateFromY(gas, Y0_left); in TestRiemannHLL_fwd() 231 State right0 = StateFromY(gas, Y0_right); in TestRiemannHLL_fwd() 262 State left1 = StateFromY(gas, Y1_left); in TestRiemannHLL_fwd() 263 State right1 = StateFromY(gas, Y1_right); in TestRiemannHLL_fwd() 292 State left0 = StateFromY(gas, Y0_left); in TestRiemannHLLC_fwd() 293 State right0 = StateFromY(gas, Y0_right); in TestRiemannHLLC_fwd() 324 State left1 = StateFromY(gas, Y1_left); in TestRiemannHLLC_fwd() 325 State right1 = StateFromY(gas, Y1_right); in TestRiemannHLLC_fwd() 354 State left0 = StateFromY(gas, Y0_left); in TestComputeHLLSpeeds_Roe_fwd() 355 State right0 = StateFromY(gas, Y0_right); in TestComputeHLLSpeeds_Roe_fwd() [all …]
|
| /honee/qfunctions/ |
| H A D | bc_slip.h | 32 State s_reflect = StateFromY(gas, Y_reflect); in Slip() 82 State s_reflect = StateFromY(gas, Y_reflect); in Slip_Jacobian()
|
| H A D | taylorgreen.h | 46 State s = StateFromY(gas, Y); in ICsTaylorGreen()
|
| H A D | densitycurrent.h | 120 return StateFromY(gas, Y); in Exact_DC()
|
| H A D | channel.h | 52 return StateFromY(gas, Y); in Exact_Channel()
|
| H A D | stg_shur14.h | 317 State s = StateFromY(gas, Y); in ICsStg() 510 State s = StateFromY(gas, Y); in StgShur14InflowStrongQF()
|
| H A D | blasius.h | 90 return StateFromY(blasius->newt_ctx.gas, Y); in BlasiusSolution()
|
| H A D | newtonian_state.h | 345 CEED_QFUNCTION_HELPER State StateFromY(NewtonianIGProperties gas, const CeedScalar Y[5]) { in StateFromY() function 400 s = StateFromY(gas, Q); in StateFromQ()
|