Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Dstabilization.h25 … const CeedScalar strong_residual[5], CeedScalar stab[5][3]) { in StabilizationMatrix()
30 dYFromTau(strong_residual, Tau_d, dY); in StabilizationMatrix()
44 CeedScalar strong_residual[5] = {0}; in Stabilization() local
49 FluxInviscidStrong(gas, s, ds, strong_residual); in Stabilization()
52 FluxInviscidStrong(gas, s, ds, strong_residual); in Stabilization()
53 for (CeedInt j = 0; j < 5; j++) strong_residual[j] += U_dot[j] - body_force[j] + divFdiff[j]; in Stabilization()
56 StabilizationMatrix(gas, s, Tau_d, strong_residual, stab); in Stabilization()