Home
last modified time | relevance | path

Searched refs:strong_res (Results 1 – 2 of 2) sorted by relevance

/libCEED/examples/fluids/qfunctions/
H A Deulervortex.h482 CeedScalar strong_res[5]; in IFunction_Euler() local
483 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()
H A Dadvection.h319 CeedScalar strong_res = q_dot[4][i] + strong_conv; in IFunction_AdvectionGeneric() local
348 grad_v[j][4][i] += wdetJ * TauS * strong_res * uX[j]; in IFunction_AdvectionGeneric()