Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Dstabilization.h41 …const State ds[3], const CeedScalar U_dot[5], const CeedScalar body_force[5], const CeedScalar div… in Stabilization()
53 for (CeedInt j = 0; j < 5; j++) strong_residual[j] += U_dot[j] - body_force[j] + divFdiff[j]; in Stabilization()
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
69 UnpackState_U(s_dot.U, U_dot); 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
248 … Stabilization(context->stabilization, gas, s, Tau_d, grad_s, U_dot, body_force, divFdiff_i, stab); in RHSFunction_Newtonian()
296 CeedScalar U_dot[5]; in IFunction_Newtonian_Integrand() local
297 UnpackState_U(s_dot.U, U_dot); in IFunction_Newtonian_Integrand()
298 for (CeedInt j = 0; j < 5; j++) v_i[j] += U_dot[j] - body_force[j]; 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()