Lines Matching refs:U
26 CeedScalar U[5]; in InternalDampingLayer() local
27 UnpackState_U(damp_s.U, U); in InternalDampingLayer()
28 for (int i = 0; i < 5; i++) damp_residual[i] += U[i]; in InternalDampingLayer()
86 UnpackState_U(s_dot.U, U_dot); in MassFunction_Newtonian()
163 CeedScalar U[5], wdetJ, dXdx[3][3]; in RHSFunction_Newtonian() local
165 for (int j = 0; j < 5; j++) U[j] = q[j][i]; in RHSFunction_Newtonian()
167 State s = StateFromU(context, U); in RHSFunction_Newtonian()
189 …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()
262 …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()
268 UnpackState_U(s_dot.U, U_dot); in IFunction_Newtonian()
355 …const CeedScalar dbody_force[5] = {0, ds.U.density * g[0], ds.U.density * g[1], ds.U.density * g[2… in IJacobian_Newtonian()
357 UnpackState_U(ds.U, dU); in IJacobian_Newtonian()