Lines Matching full:s
35 const State s = StateFromQ(newt_ctx, qi, state_var); in Freestream() local
44 flux = RiemannFlux_HLL(newt_ctx, s, context->S_infty, normal); in Freestream()
47 flux = RiemannFlux_HLLC(newt_ctx, s, context->S_infty, normal); in Freestream()
108 State s = StateFromQ(newt_ctx, qi, state_var); in Freestream_Jacobian() local
109 State ds = StateFromQ_fwd(newt_ctx, s, dqi, state_var); in Freestream_Jacobian()
114 dflux = RiemannFlux_HLL_fwd(newt_ctx, s, ds, context->S_infty, dS_infty, normal); in Freestream_Jacobian()
117 dflux = RiemannFlux_HLLC_fwd(newt_ctx, s, ds, context->S_infty, dS_infty, normal); in Freestream_Jacobian()
338 State s = StateFromQ(gas, qi, state_var); in PressureOutflow() local
339 s.Y.pressure = outflow->pressure; in PressureOutflow()
346 StatePhysicalGradientFromReference_Boundary(Q, i, gas, s, state_var, Grad_q, dXdx, grad_s); in PressureOutflow()
352 ViscousEnergyFlux(gas, s.Y, grad_s, stress, Fe); in PressureOutflow()
355 FluxInviscid(gas, s, F_inviscid); in PressureOutflow()
408 State s = StateFromQ(gas, qi, state_var); in PressureOutflow_Jacobian() local
409 State ds = StateFromQ_fwd(gas, s, dqi, state_var); in PressureOutflow_Jacobian()
410 s.Y.pressure = outflow->pressure; in PressureOutflow_Jacobian()
414 StatePhysicalGradientFromReference_Boundary(Q, i, gas, s, state_var, Grad_dq, dXdx, grad_ds); in PressureOutflow_Jacobian()
421 ViscousEnergyFlux_fwd(gas, s.Y, ds.Y, grad_ds, stress, dstress, dFe); in PressureOutflow_Jacobian()
424 FluxInviscid_fwd(gas, s, ds, dF_inviscid); in PressureOutflow_Jacobian()