Searched refs:strong_res (Results 1 – 2 of 2) sorted by relevance
482 CeedScalar strong_res[5]; in IFunction_Euler() local483 for (CeedInt j = 0; j < 5; j++) strong_res[j] = q_dot[j][i] + strong_conv[j]; in IFunction_Euler()510 … for (CeedInt l = 0; l < 5; l++) stab[k][j] = jacob_F_conv[j][k][l] * Tau_x[j] * strong_res[l]; in IFunction_Euler()
319 CeedScalar strong_res = q_dot[4][i] + strong_conv; in IFunction_AdvectionGeneric() local348 grad_v[j][4][i] += wdetJ * TauS * strong_res * uX[j]; in IFunction_AdvectionGeneric()