Searched refs:UnpackState_U (Results 1 – 8 of 8) sorted by relevance
| /libCEED/examples/fluids/qfunctions/ |
| H A D | riemann_solver.h | 57 UnpackState_U(left.U, U_left); in Flux_HLL() 58 UnpackState_U(right.U, U_right); in Flux_HLL() 59 UnpackState_U(flux_left, F_left); in Flux_HLL() 60 UnpackState_U(flux_right, F_right); in Flux_HLL() 76 UnpackState_U(left.U, U_l); in Flux_HLL_fwd() 77 UnpackState_U(right.U, U_r); in Flux_HLL_fwd() 78 UnpackState_U(flux_left, F_l); in Flux_HLL_fwd() 79 UnpackState_U(flux_right, F_r); in Flux_HLL_fwd() 82 UnpackState_U(dleft.U, dU_l); in Flux_HLL_fwd() 83 UnpackState_U(dright.U, dU_r); in Flux_HLL_fwd() [all …]
|
| H A D | bc_slip.h | 39 UnpackState_U(flux, Flux); in Slip() 98 UnpackState_U(dflux, dFlux); in Slip_Jacobian()
|
| H A D | stabilization.h | 41 UnpackState_U(dF[i], dF_i); in StabilizationMatrix()
|
| H A D | newtonian.h | 27 UnpackState_U(damp_s.U, U); in InternalDampingLayer() 86 UnpackState_U(s_dot.U, U_dot); in MassFunction_Newtonian() 268 UnpackState_U(s_dot.U, U_dot); in IFunction_Newtonian() 357 UnpackState_U(ds.U, dU); in IJacobian_Newtonian()
|
| H A D | channel.h | 112 UnpackState_U(s_exact.U, q_exact); in Channel_Inflow()
|
| H A D | bc_freestream.h | 51 UnpackState_U(flux, Flux); in Freestream() 121 UnpackState_U(dflux, dFlux); in Freestream_Jacobian()
|
| H A D | newtonian_state.h | 31 CEED_QFUNCTION_HELPER void UnpackState_U(StateConservative s, CeedScalar U[5]) { in UnpackState_U() function 289 …oU(NewtonianIdealGasContext gas, const State input, CeedScalar U[5]) { UnpackState_U(input.U, U); } in StateToU() 476 UnpackState_U(dF[i], dF_i); in FluxInviscidStrong()
|
| /libCEED/examples/fluids/problems/ |
| H A D | bc_freestream.c | 290 UnpackState_U(dFlux_state, dFlux); in TestRiemannHLL_fwd() 308 UnpackState_U(Flux0_state, Flux0); in TestRiemannHLL_fwd() 309 UnpackState_U(Flux1_state, Flux1); in TestRiemannHLL_fwd() 352 UnpackState_U(dFlux_state, dFlux); in TestRiemannHLLC_fwd() 370 UnpackState_U(Flux0_state, Flux0); in TestRiemannHLLC_fwd() 371 UnpackState_U(Flux1_state, Flux1); in TestRiemannHLLC_fwd()
|