Home
last modified time | relevance | path

Searched refs:strong_conv (Results 1 – 4 of 4) sorted by relevance

/honee/qfunctions/
H A Deulervortex.h344 CeedScalar strong_conv[5] = {0.}; in Euler() local
347 for (CeedInt l = 0; l < 5; l++) strong_conv[k] += jacob_F_conv[j][k][l] * dqdx[l][j]; in Euler()
365 … for (CeedInt l = 0; l < 5; l++) stab[k][j] += jacob_F_conv[j][k][l] * Tau_x[j] * strong_conv[l]; in Euler()
466 CeedScalar strong_conv[5] = {0.}; in IFunction_Euler() local
469 for (CeedInt l = 0; l < 5; l++) strong_conv[k] += jacob_F_conv[j][k][l] * dqdx[l][j]; in IFunction_Euler()
475 for (CeedInt j = 0; j < 5; j++) strong_res[j] = q_dot[j][i] + strong_conv[j]; in IFunction_Euler()
491 … 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()
H A Dadvection.h304 CeedScalar strong_conv = s.U.E_total * div_u + DotN(s.Y.velocity, Grad_E, dim); in IFunction_AdvectionGeneric() local
308 v[4][i] += wdetJ * strong_conv; in IFunction_AdvectionGeneric()
327 grad_v[j][4][i] += wdetJ * TauS * uX[j] * strong_conv; in IFunction_AdvectionGeneric()
331 grad_v[j][4][i] += wdetJ * TauS * uX[j] * (q_dot[4][i] + strong_conv + divFdiff_i); in IFunction_AdvectionGeneric()
437 CeedScalar strong_conv = s.U.E_total * div_u + DotN(s.Y.velocity, Grad_E, dim); in RHSFunction_AdvectionGeneric() local
443 v[4][i] = -wdetJ * strong_conv; in RHSFunction_AdvectionGeneric()
466 grad_v[j][4][i] -= wdetJ * TauS * (strong_conv + divFdiff_i) * uX[j]; in RHSFunction_AdvectionGeneric()
H A Dshocktube.h328 CeedScalar strong_conv[5] = {0}; in EulerShockTube() local
331 for (CeedInt l = 0; l < 5; l++) strong_conv[k] += jacob_F_conv[j][k][l] * dqdx[l][j]; in EulerShockTube()
349 stab[k][j] += jacob_F_conv[j][k][l] * Tau_x[j] * strong_conv[l]; in EulerShockTube()
H A Dnewtonian_state.h466 …ong(const NewtonianIGProperties gas, const State s, const State ds[3], CeedScalar strong_conv[5]) { in FluxInviscidStrong()
467 for (CeedInt i = 0; i < 5; i++) strong_conv[i] = 0; in FluxInviscidStrong()
473 for (CeedInt j = 0; j < 5; j++) strong_conv[j] += dF_i[j]; in FluxInviscidStrong()