Searched refs:strong_conv (Results 1 – 4 of 4) sorted by relevance
318 CeedScalar strong_conv = s.U.E_total * div_u + DotN(s.Y.velocity, Grad_E, dim); in IFunction_AdvectionGeneric() local319 CeedScalar strong_res = q_dot[4][i] + strong_conv; in IFunction_AdvectionGeneric()327 v[4][i] += wdetJ * strong_conv; in IFunction_AdvectionGeneric()345 grad_v[j][4][i] += wdetJ * TauS * strong_conv * uX[j]; in IFunction_AdvectionGeneric()454 CeedScalar strong_conv = s.U.E_total * div_u + DotN(s.Y.velocity, Grad_E, dim); in RHSFunction_AdvectionGeneric() local460 v[4][i] = -wdetJ * strong_conv; in RHSFunction_AdvectionGeneric()481 grad_v[j][4][i] -= wdetJ * TauS * strong_conv * uX[j]; in RHSFunction_AdvectionGeneric()
350 CeedScalar strong_conv[5] = {0.}; in Euler() local353 for (CeedInt l = 0; l < 5; l++) strong_conv[k] += jacob_F_conv[j][k][l] * dqdx[l][j]; in Euler()371 … for (CeedInt l = 0; l < 5; l++) stab[k][j] += jacob_F_conv[j][k][l] * Tau_x[j] * strong_conv[l]; in Euler()474 CeedScalar strong_conv[5] = {0.}; in IFunction_Euler() local477 for (CeedInt l = 0; l < 5; l++) strong_conv[k] += jacob_F_conv[j][k][l] * dqdx[l][j]; in IFunction_Euler()483 for (CeedInt j = 0; j < 5; j++) strong_res[j] = q_dot[j][i] + strong_conv[j]; in IFunction_Euler()499 … for (CeedInt l = 0; l < 5; l++) stab[k][j] += jacob_F_conv[j][k][l] * Tau_x[j] * strong_conv[l]; in IFunction_Euler()
340 CeedScalar strong_conv[5] = {0}; in EulerShockTube() local343 for (CeedInt l = 0; l < 5; l++) strong_conv[k] += jacob_F_conv[j][k][l] * dqdx[l][j]; in EulerShockTube()361 stab[k][j] += jacob_F_conv[j][k][l] * Tau_x[j] * strong_conv[l]; in EulerShockTube()
470 …FluxInviscidStrong(NewtonianIdealGasContext gas, State s, State ds[3], CeedScalar strong_conv[5]) { in FluxInviscidStrong()471 for (CeedInt i = 0; i < 5; i++) strong_conv[i] = 0; in FluxInviscidStrong()477 for (CeedInt j = 0; j < 5; j++) strong_conv[j] += dF_i[j]; in FluxInviscidStrong()