Searched refs:StateFromY (Results 1 – 8 of 8) sorted by relevance
| /libCEED/examples/fluids/problems/ |
| H A D | bc_freestream.c | 271 State left0 = StateFromY(gas, Y0_left); in TestRiemannHLL_fwd() 272 State right0 = StateFromY(gas, Y0_right); in TestRiemannHLL_fwd() 303 State left1 = StateFromY(gas, Y1_left); in TestRiemannHLL_fwd() 304 State right1 = StateFromY(gas, Y1_right); in TestRiemannHLL_fwd() 333 State left0 = StateFromY(gas, Y0_left); in TestRiemannHLLC_fwd() 334 State right0 = StateFromY(gas, Y0_right); in TestRiemannHLLC_fwd() 365 State left1 = StateFromY(gas, Y1_left); in TestRiemannHLLC_fwd() 366 State right1 = StateFromY(gas, Y1_right); in TestRiemannHLLC_fwd() 395 State left0 = StateFromY(gas, Y0_left); in TestComputeHLLSpeeds_Roe_fwd() 396 State right0 = StateFromY(gas, Y0_right); in TestComputeHLLSpeeds_Roe_fwd() [all …]
|
| /libCEED/examples/fluids/qfunctions/ |
| H A D | taylorgreen.h | 40 State s = StateFromY(gas, Y); in ICsTaylorGreen()
|
| H A D | bc_slip.h | 34 State s_reflect = StateFromY(newt_ctx, Y_reflect); in Slip() 87 State s_reflect = StateFromY(newt_ctx, Y_reflect); in Slip_Jacobian()
|
| H A D | densitycurrent.h | 128 return StateFromY(gas, Y); in Exact_DC()
|
| H A D | channel.h | 60 return StateFromY(gas, Y); in Exact_Channel()
|
| H A D | blasius.h | 97 return StateFromY(&blasius->newtonian_ctx, Y); in BlasiusSolution()
|
| H A D | stg_shur14.h | 314 State s = StateFromY(gas, Y); in ICsStg() 512 State s = StateFromY(gas, Y); in StgShur14InflowStrongQF()
|
| H A D | newtonian_state.h | 350 CEED_QFUNCTION_HELPER State StateFromY(NewtonianIdealGasContext gas, const CeedScalar Y[5]) { in StateFromY() function 405 s = StateFromY(gas, Q); in StateFromQ()
|