Home
last modified time | relevance | path

Searched refs:UnpackState_U (Results 1 – 8 of 8) sorted by relevance

/libCEED/examples/fluids/qfunctions/
H A Driemann_solver.h57 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 Dbc_slip.h39 UnpackState_U(flux, Flux); in Slip()
98 UnpackState_U(dflux, dFlux); in Slip_Jacobian()
H A Dstabilization.h41 UnpackState_U(dF[i], dF_i); in StabilizationMatrix()
H A Dnewtonian.h27 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 Dchannel.h112 UnpackState_U(s_exact.U, q_exact); in Channel_Inflow()
H A Dbc_freestream.h51 UnpackState_U(flux, Flux); in Freestream()
121 UnpackState_U(dflux, dFlux); in Freestream_Jacobian()
H A Dnewtonian_state.h31 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 Dbc_freestream.c290 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()