Searched refs:body_force (Results 1 – 2 of 2) sorted by relevance
| /honee/qfunctions/ |
| H A D | stabilization.h | 41 …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 D | newtonian.h | 68 CeedScalar Tau_d[3], stab[5][3], body_force[5] = {0.}, divFdiff[5] = {0.}, U_dot[5]; in MassFunction_Newtonian() local 71 Stabilization(context->stabilization, gas, s, Tau_d, grad_s, U_dot, body_force, divFdiff, stab); in MassFunction_Newtonian() 230 …const CeedScalar body_force[5] = {0, s.U.density * g[0], s.U.density * g[1], s.U.density * g[2], D… in RHSFunction_Newtonian() local 231 for (int j = 0; j < 5; j++) v[j][i] = wdetJ * body_force[j]; in RHSFunction_Newtonian() 248 … Stabilization(context->stabilization, gas, s, Tau_d, grad_s, U_dot, body_force, divFdiff_i, stab); in RHSFunction_Newtonian() 295 …const CeedScalar body_force[5] = {0, s.U.density * g[0], s.U.density * g[1], s.U.density * g[2], D… in IFunction_Newtonian_Integrand() local 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()
|