Lines Matching defs: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
246 for (CeedInt j = 0; j < 5; j++) { in StatePhysicalGradientFromReference_ND() local
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
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
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
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
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
533 for (CeedInt j = 0; j < 4; j++) { in Advection_InOutFlowGeneric() local