Home
last modified time | relevance | path

Searched refs:StateConservative (Results 1 – 10 of 10) sorted by relevance

/honee/qfunctions/
H A Driemann_solver.h50 CEED_QFUNCTION_HELPER StateConservative Flux_HLL(State left, State right, StateConservative flux_le… in Flux_HLL()
60 StateConservative F = { in Flux_HLL()
68 CEED_QFUNCTION_HELPER StateConservative Flux_HLL_fwd(State left, State right, State dleft, State dr… in Flux_HLL_fwd()
69StateConservative flux_right, StateConservative dflux_left, StateConservative dflux_right, in Flux_HLL_fwd()
89 StateConservative dF = { in Flux_HLL_fwd()
159 CEED_QFUNCTION_HELPER StateConservative RiemannFlux_HLL(NewtonianIGProperties gas, State left, Stat… in RiemannFlux_HLL()
160 StateConservative flux_left = FluxInviscidDotNormal(gas, left, normal); in RiemannFlux_HLL()
161 StateConservative flux_right = FluxInviscidDotNormal(gas, right, normal); in RiemannFlux_HLL()
191 CEED_QFUNCTION_HELPER StateConservative RiemannFlux_HLL_fwd(NewtonianIGProperties gas, State left, … in RiemannFlux_HLL_fwd()
193 StateConservative flux_left = FluxInviscidDotNormal(gas, left, normal); in RiemannFlux_HLL_fwd()
[all …]
H A Dnewtonian_state.h17 } StateConservative; typedef
20 StateConservative U;
24 CEED_QFUNCTION_HELPER void UnpackState_U(StateConservative s, CeedScalar U[5]) { in UnpackState_U()
64 …PER StatePrimitive StatePrimitiveFromConservative(NewtonianIGProperties gas, StateConservative U) { in StatePrimitiveFromConservative()
75 …tive StatePrimitiveFromConservative_fwd(NewtonianIGProperties gas, State s, StateConservative dU) { in StatePrimitiveFromConservative_fwd()
148 CEED_QFUNCTION_HELPER StateConservative StateConservativeFromPrimitive(NewtonianIGProperties gas, S… in StateConservativeFromPrimitive()
149 StateConservative U; in StateConservativeFromPrimitive()
159 CEED_QFUNCTION_HELPER StateConservative StateConservativeFromPrimitive_fwd(NewtonianIGProperties ga… in StateConservativeFromPrimitive_fwd()
160 StateConservative dU; in StateConservativeFromPrimitive_fwd()
175 …_HELPER StateEntropy StateEntropyFromConservative(NewtonianIGProperties gas, StateConservative U) { in StateEntropyFromConservative()
[all …]
H A Dbc_outflow.h74 StateConservative F_inviscid_normal = RiemannFlux_HLLC(gas, s_int, s_ext, normal); in RiemannOutflow()
156StateConservative dF_inviscid_normal = RiemannFlux_HLLC_fwd(gas, s_int, ds_int, s_ext, ds_ext, nor… in RiemannOutflow_Jacobian()
214 StateConservative F_inviscid[3]; in PressureOutflow()
283 StateConservative dF_inviscid[3]; in PressureOutflow_Jacobian()
H A Dnewtonian.h219 StateConservative F_inviscid[3]; in RHSFunction_Newtonian()
282 StateConservative F_inviscid[3]; in IFunction_Newtonian_Integrand()
393 StateConservative dF_inviscid[3]; in IJacobian_Newtonian_Integrand()
507 StateConservative F_inviscid[3]; in BoundaryIntegral()
573 StateConservative dF_inviscid[3]; in BoundaryIntegral_Jacobian()
606 const StateConservative ZeroInviscidFluxes[3] = {{0}}; in DivDiffusiveFluxVolumeRHS_NS()
659 const StateConservative ZeroInviscidFluxes[3] = {{0}}; in DivDiffusiveFluxBoundaryRHS_NS()
708 const StateConservative ZeroInviscidFluxes[3] = {{0}}; in DiffusiveFluxRHS_NS()
H A Dbc_slip.h34 StateConservative flux = RiemannFlux_HLLC(gas, s, s_reflect, normal); in Slip()
90 StateConservative dflux = RiemannFlux_HLLC_fwd(gas, s, ds, s_reflect, ds_reflect, normal); in Slip_Jacobian()
H A Dbc_freestream.h33 StateConservative flux; in Freestream()
99 StateConservative dflux; in Freestream_Jacobian()
H A Dstabilization.h27 StateConservative dF[3]; in StabilizationMatrix()
H A Dblasius.h160 StateConservative Flux_inviscid[3]; in Blasius_Inflow()
/honee/problems/
H A Dbc_freestream.c248StateConservative dFlux_state = RiemannFlux_HLL_fwd(gas, left0, dleft0, right0, dright0, normal); in TestRiemannHLL_fwd()
265 StateConservative Flux0_state = RiemannFlux_HLL(gas, left0, right0, normal); in TestRiemannHLL_fwd()
266 StateConservative Flux1_state = RiemannFlux_HLL(gas, left1, right1, normal); in TestRiemannHLL_fwd()
310StateConservative dFlux_state = RiemannFlux_HLLC_fwd(gas, left0, dleft0, right0, dright0, normal); in TestRiemannHLLC_fwd()
327 StateConservative Flux0_state = RiemannFlux_HLLC(gas, left0, right0, normal); in TestRiemannHLLC_fwd()
328 StateConservative Flux1_state = RiemannFlux_HLLC(gas, left1, right1, normal); in TestRiemannHLLC_fwd()
/honee/src/
H A Dsetupts.c96 const StateConservative *r; in Surface_Forces_NS()