Lines Matching refs:ds
135 CEED_QFUNCTION_HELPER void InternalDampingLayer_IJacobian_Integrand(const State s, const State ds, … in InternalDampingLayer_IJacobian_Integrand() argument
137 CeedScalar damp_state[5] = {ds.Y.pressure, 0, 0, 0, 0}, idl_residual[5] = {0.}; in InternalDampingLayer_IJacobian_Integrand()
388 CEED_QFUNCTION_HELPER void IJacobian_Newtonian_Integrand(const State s, const State ds, const State… in IJacobian_Newtonian_Integrand() argument
400 ViscousEnergyFlux_fwd(gas, s.Y, ds.Y, grad_ds, stress, dstress, dF_visc_energy); in IJacobian_Newtonian_Integrand()
401 FluxInviscid_fwd(gas, s, ds, dF_inviscid); in IJacobian_Newtonian_Integrand()
406 …const CeedScalar dbody_force[5] = {0, ds.U.density * g[0], ds.U.density * g[1], ds.U.density * g[2… in IJacobian_Newtonian_Integrand()
408 UnpackState_U(ds.U, dU); in IJacobian_Newtonian_Integrand()
440 const State ds = StateFromQ_fwd(gas, s, dq_i, state_var); in IJacobian_Newtonian() local
448 IJacobian_Newtonian_Integrand(s, ds, grad_ds, gas, context, kmstress, Tau_d, v_i, grad_v_i); in IJacobian_Newtonian()
452 InternalDampingLayer_IJacobian_Integrand(s, ds, gas, sigma, v_i); in IJacobian_Newtonian()
561 State ds = StateFromQ_fwd(gas, s, dqi, state_var); in BoundaryIntegral_Jacobian() local
571 ViscousEnergyFlux_fwd(gas, s.Y, ds.Y, grad_ds, stress, dstress, dFe); in BoundaryIntegral_Jacobian()
574 FluxInviscid_fwd(gas, s, ds, dF_inviscid); in BoundaryIntegral_Jacobian()