Lines Matching refs:j
187 for (CeedInt j = 0; j < 5; j++) q0[j][i] = q[j]; in ICsAdvection() local
205 for (CeedInt j = 0; j < 5; j++) q0[j][i] = q[j]; in ICsAdvection2d() local
217 for (CeedInt j = 0; j < 5; j++) { in StatePhysicalGradientFromReference_ND() local
218 …dqi[j] = grad_q[(Q * 5) * 0 + Q * j + i] * dXdx[0 * N + k] + grad_q[(Q * 5) * 1 + Q * j + i] * dXd… in StatePhysicalGradientFromReference_ND()
229 for (CeedInt j = 0; j < 5; j++) { in StatePhysicalGradientFromReference_ND() local
230 …dqi[j] = grad_q[(Q * 5) * 0 + Q * j + i] * dXdx[0 * N + k] + grad_q[(Q * 5) * 1 + Q * j + i] * dXd… in StatePhysicalGradientFromReference_ND()
231 grad_q[(Q * 5) * 2 + Q * j + i] * dXdx[2 * N + k]; in StatePhysicalGradientFromReference_ND()
292 for (CeedInt j = 0; j < dim; j++) grad_v[j][f][i] = 0; // No Change in density or momentum in IFunction_AdvectionGeneric() local
297 for (CeedInt j = 0; j < dim; j++) { in IFunction_AdvectionGeneric() local
299 div_u += grad_s[k].Y.velocity[j]; in IFunction_AdvectionGeneric()
310 for (CeedInt j = 0; j < dim; j++) grad_v[j][4][i] = -wdetJ * s.U.E_total * uX[j]; in IFunction_AdvectionGeneric() local
322 for (CeedInt j = 0; j < dim; j++) { in IFunction_AdvectionGeneric() local
327 grad_v[j][4][i] += wdetJ * TauS * uX[j] * strong_conv; in IFunction_AdvectionGeneric()
331 grad_v[j][4][i] += wdetJ * TauS * uX[j] * (q_dot[4][i] + strong_conv + divFdiff_i); in IFunction_AdvectionGeneric()
365 for (CeedInt j = 0; j < dim; j++) grad_v[j][f][i] = 0; // No Change in density or momentum in MassFunction_AdvectionGeneric() local
376 for (CeedInt j = 0; j < dim; j++) { in MassFunction_AdvectionGeneric() local
380 grad_v[j][4][i] = 0; in MassFunction_AdvectionGeneric()
383 grad_v[j][4][i] = wdetJ * TauS * q_dot[4][i] * uX[j]; in MassFunction_AdvectionGeneric()
427 for (CeedInt j = 0; j < dim; j++) grad_v[j][f][i] = 0; // No Change in density or momentum in RHSFunction_AdvectionGeneric() local
432 for (CeedInt j = 0; j < dim; j++) { in RHSFunction_AdvectionGeneric() local
434 div_u += grad_s[k].Y.velocity[j]; in RHSFunction_AdvectionGeneric()
444 for (CeedInt j = 0; j < dim; j++) grad_v[j][4][i] = 0; in RHSFunction_AdvectionGeneric() local
446 for (CeedInt j = 0; j < dim; j++) grad_v[j][4][i] = wdetJ * s.U.E_total * uX[j]; in RHSFunction_AdvectionGeneric() local
459 for (CeedInt j = 0; j < dim; j++) { in RHSFunction_AdvectionGeneric() local
466 grad_v[j][4][i] -= wdetJ * TauS * (strong_conv + divFdiff_i) * uX[j]; in RHSFunction_AdvectionGeneric()
518 for (CeedInt j = 0; j < 4; j++) { in Advection_InOutFlowGeneric() local
519 v[j][i] = 0; in Advection_InOutFlowGeneric()