Lines Matching refs:j
173 for (CeedInt j = 0; j < 5; j++) q0[j][i] = q[j]; in ICsAdvection() local
191 for (CeedInt j = 0; j < 5; j++) q0[j][i] = q[j]; in ICsAdvection2d() local
234 for (CeedInt j = 0; j < 5; j++) { in StatePhysicalGradientFromReference_ND() local
235 …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()
246 for (CeedInt j = 0; j < 5; j++) { in StatePhysicalGradientFromReference_ND() local
247 …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()
248 grad_q[(Q * 5) * 2 + Q * j + i] * dXdx[2 * N + k]; in StatePhysicalGradientFromReference_ND()
308 for (CeedInt j = 0; j < dim; j++) grad_v[j][f][i] = 0; // No Change in density or momentum in IFunction_AdvectionGeneric() local
313 for (CeedInt j = 0; j < dim; j++) { in IFunction_AdvectionGeneric() local
315 div_u += grad_s[k].Y.velocity[j]; in IFunction_AdvectionGeneric()
329 for (CeedInt j = 0; j < dim; j++) grad_v[j][4][i] = -wdetJ * s.U.E_total * uX[j]; in IFunction_AdvectionGeneric() local
341 for (CeedInt j = 0; j < dim; j++) switch (context->stabilization) { in IFunction_AdvectionGeneric() local
345 grad_v[j][4][i] += wdetJ * TauS * strong_conv * uX[j]; in IFunction_AdvectionGeneric()
348 grad_v[j][4][i] += wdetJ * TauS * strong_res * uX[j]; in IFunction_AdvectionGeneric()
384 for (CeedInt j = 0; j < dim; j++) grad_v[j][f][i] = 0; // No Change in density or momentum in MassFunction_AdvectionGeneric() local
395 for (CeedInt j = 0; j < dim; j++) switch (context->stabilization) { in MassFunction_AdvectionGeneric() local
398 grad_v[j][4][i] = 0; in MassFunction_AdvectionGeneric()
401 grad_v[j][4][i] = wdetJ * TauS * q_dot[4][i] * uX[j]; in MassFunction_AdvectionGeneric()
444 for (CeedInt j = 0; j < dim; j++) grad_v[j][f][i] = 0; // No Change in density or momentum in RHSFunction_AdvectionGeneric() local
449 for (CeedInt j = 0; j < dim; j++) { in RHSFunction_AdvectionGeneric() local
451 div_u += grad_s[k].Y.velocity[j]; in RHSFunction_AdvectionGeneric()
461 for (CeedInt j = 0; j < dim; j++) grad_v[j][4][i] = 0; in RHSFunction_AdvectionGeneric() local
463 for (CeedInt j = 0; j < dim; j++) grad_v[j][4][i] = wdetJ * s.U.E_total * uX[j]; in RHSFunction_AdvectionGeneric() local
476 for (CeedInt j = 0; j < dim; j++) switch (context->stabilization) { in RHSFunction_AdvectionGeneric() local
481 grad_v[j][4][i] -= wdetJ * TauS * strong_conv * uX[j]; in RHSFunction_AdvectionGeneric()
533 for (CeedInt j = 0; j < 4; j++) { in Advection_InOutFlowGeneric() local
534 v[j][i] = 0; in Advection_InOutFlowGeneric()