Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Dstabilization.h13 CEED_QFUNCTION_HELPER void dYFromTau(const CeedScalar Y[5], const CeedScalar Tau_d[3], CeedScalar d… in dYFromTau()
14 dY[0] = Tau_d[0] * Y[0]; in dYFromTau()
15 dY[1] = Tau_d[1] * Y[1]; in dYFromTau()
16 dY[2] = Tau_d[1] * Y[2]; in dYFromTau()
17 dY[3] = Tau_d[1] * Y[3]; in dYFromTau()
18 dY[4] = Tau_d[2] * Y[4]; in dYFromTau()
24 …void StabilizationMatrix(const NewtonianIGProperties gas, const State s, const CeedScalar Tau_d[3], in StabilizationMatrix()
30 dYFromTau(strong_residual, Tau_d, dY); in StabilizationMatrix()
40 …ilizationType stab_type, const NewtonianIGProperties gas, const State s, const CeedScalar Tau_d[3], in Stabilization()
56 StabilizationMatrix(gas, s, Tau_d, strong_residual, stab); in Stabilization()
[all …]
H A Dnewtonian.h68 CeedScalar Tau_d[3], stab[5][3], body_force[5] = {0.}, divFdiff[5] = {0.}, U_dot[5]; in MassFunction_Newtonian() local
70 Tau_diagPrim(context->tau_coeffs, gas, s, dXdx, context->dt, Tau_d); in MassFunction_Newtonian()
71 Stabilization(context->stabilization, gas, s, Tau_d, grad_s, U_dot, body_force, divFdiff, stab); in MassFunction_Newtonian()
246 CeedScalar Tau_d[3], stab[5][3], U_dot[5] = {0}; in RHSFunction_Newtonian() local
247 Tau_diagPrim(context->tau_coeffs, gas, s, dXdx, dt, Tau_d); in RHSFunction_Newtonian()
248 … Stabilization(context->stabilization, gas, s, Tau_d, grad_s, U_dot, body_force, divFdiff_i, stab); in RHSFunction_Newtonian()
280 … CeedScalar grad_v_i[5][3], CeedScalar kmstress[6], CeedScalar Tau_d[3]) { in IFunction_Newtonian_Integrand()
302 Tau_diagPrim(context->tau_coeffs, gas, s, dXdx, dt, Tau_d); in IFunction_Newtonian_Integrand()
303 Stabilization(context->stabilization, gas, s, Tau_d, grad_s, U_dot, body_force, divFdiff_i, stab); in IFunction_Newtonian_Integrand()
339 CeedScalar v_i[5] = {0.}, grad_v_i[5][3] = {{0.}}, kmstress[6], Tau_d[3], sigma = 0; in IFunction_Newtonian() local
[all …]