Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Dstabilization.h28 …onMatrix(NewtonianIdealGasContext gas, State s, CeedScalar Tau_d[3], CeedScalar strong_residual[5], in StabilizationMatrix()
36 dYFromTau(strong_residual, Tau_d, dY); in StabilizationMatrix()
49 CeedScalar strong_residual[5] = {0}; in Stabilization() local
54 FluxInviscidStrong(gas, s, ds, strong_residual); in Stabilization()
57 FluxInviscidStrong(gas, s, ds, strong_residual); in Stabilization()
58 for (CeedInt j = 0; j < 5; j++) strong_residual[j] += U_dot[j] - body_force[j]; in Stabilization()
61 StabilizationMatrix(gas, s, Tau_d, strong_residual, stab); in Stabilization()