Searched refs:UnpackState_U (Results 1 – 8 of 8) sorted by relevance
| /honee/qfunctions/ |
| H A D | riemann_solver.h | 53 UnpackState_U(left.U, U_left); in Flux_HLL() 54 UnpackState_U(right.U, U_right); in Flux_HLL() 55 UnpackState_U(flux_left, F_left); in Flux_HLL() 56 UnpackState_U(flux_right, F_right); in Flux_HLL() 72 UnpackState_U(left.U, U_l); in Flux_HLL_fwd() 73 UnpackState_U(right.U, U_r); in Flux_HLL_fwd() 74 UnpackState_U(flux_left, F_l); in Flux_HLL_fwd() 75 UnpackState_U(flux_right, F_r); in Flux_HLL_fwd() 78 UnpackState_U(dleft.U, dU_l); in Flux_HLL_fwd() 79 UnpackState_U(dright.U, dU_r); in Flux_HLL_fwd() [all …]
|
| H A D | bc_slip.h | 37 UnpackState_U(flux, Flux); in Slip() 93 UnpackState_U(dflux, dFlux); in Slip_Jacobian()
|
| H A D | bc_freestream.h | 43 UnpackState_U(flux, Flux); in Freestream() 109 UnpackState_U(dflux, dFlux); in Freestream_Jacobian()
|
| H A D | stabilization.h | 35 UnpackState_U(dF[i], dF_i); in StabilizationMatrix()
|
| H A D | newtonian.h | 69 UnpackState_U(s_dot.U, U_dot); in MassFunction_Newtonian() 94 UnpackState_U(damp_s.U, U); in InternalDampingLayer_Residual() 297 UnpackState_U(s_dot.U, U_dot); in IFunction_Newtonian_Integrand() 408 UnpackState_U(ds.U, dU); in IJacobian_Newtonian_Integrand()
|
| H A D | channel.h | 104 UnpackState_U(s_exact.U, q_exact); in Channel_Inflow()
|
| H A D | newtonian_state.h | 24 CEED_QFUNCTION_HELPER void UnpackState_U(StateConservative s, CeedScalar U[5]) { in UnpackState_U() function 282 …teToU(NewtonianIGProperties gas, const State input, CeedScalar U[5]) { UnpackState_U(input.U, U); } in StateToU() 472 UnpackState_U(dF[i], dF_i); in FluxInviscidStrong()
|
| /honee/problems/ |
| H A D | bc_freestream.c | 249 UnpackState_U(dFlux_state, dFlux); in TestRiemannHLL_fwd() 267 UnpackState_U(Flux0_state, Flux0); in TestRiemannHLL_fwd() 268 UnpackState_U(Flux1_state, Flux1); in TestRiemannHLL_fwd() 311 UnpackState_U(dFlux_state, dFlux); in TestRiemannHLLC_fwd() 329 UnpackState_U(Flux0_state, Flux0); in TestRiemannHLLC_fwd() 330 UnpackState_U(Flux1_state, Flux1); in TestRiemannHLLC_fwd()
|