Lines Matching refs:U
69 UnpackState_U(s_dot.U, U_dot); in MassFunction_Newtonian()
93 CeedScalar U[5]; in InternalDampingLayer_Residual() local
94 UnpackState_U(damp_s.U, U); in InternalDampingLayer_Residual()
95 for (int i = 0; i < 5; i++) damp_residual[i] += U[i]; in InternalDampingLayer_Residual()
204 CeedScalar U[5], wdetJ, dXdx[3][3]; in RHSFunction_Newtonian() local
206 for (int j = 0; j < 5; j++) U[j] = q[j][i]; in RHSFunction_Newtonian()
208 State s = StateFromU(gas, U); in RHSFunction_Newtonian()
230 …const CeedScalar body_force[5] = {0, s.U.density * g[0], s.U.density * g[1], s.U.density * g[2], D… in RHSFunction_Newtonian()
295 …const CeedScalar body_force[5] = {0, s.U.density * g[0], s.U.density * g[1], s.U.density * g[2], D… in IFunction_Newtonian_Integrand()
297 UnpackState_U(s_dot.U, U_dot); in IFunction_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()