Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Dadvection.h318 CeedScalar strong_conv = s.U.E_total * div_u + DotN(s.Y.velocity, Grad_E, dim); in IFunction_AdvectionGeneric() local
319 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() local
460 v[4][i] = -wdetJ * strong_conv; in RHSFunction_AdvectionGeneric()
481 grad_v[j][4][i] -= wdetJ * TauS * strong_conv * uX[j]; in RHSFunction_AdvectionGeneric()
H A Deulervortex.h350 CeedScalar strong_conv[5] = {0.}; in Euler() local
353 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() local
477 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()
H A Dshocktube.h340 CeedScalar strong_conv[5] = {0}; in EulerShockTube() local
343 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()
H A Dnewtonian_state.h470 …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()