Searched refs:divFdiff (Results 1 – 3 of 3) sorted by relevance
| /honee/qfunctions/ |
| H A D | stabilization.h | 41 …ate ds[3], const CeedScalar U_dot[5], const CeedScalar body_force[5], const CeedScalar divFdiff[5], 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() 195 …const CeedScalar(*divFdiff)[CEED_Q_VLA] = use_divFdiff ? (const CeedScalar(*)[CEED_Q_VLA])in[4] : … in RHSFunction_Newtonian() local 243 for (int j = 1; j < 5; j++) divFdiff_i[j] = divFdiff[j - 1][i]; in RHSFunction_Newtonian() 317 …const CeedScalar(*divFdiff)[CEED_Q_VLA] = use_divFdiff ? (const CeedScalar(*)[CEED_Q_VLA])in[5] : … in IFunction_Newtonian() local 337 for (int j = 1; j < 5; j++) divFdiff_i[j] = divFdiff[j - 1][i]; in IFunction_Newtonian()
|
| H A D | advection.h | 273 …const CeedScalar(*divFdiff) = context->divFdiff_method != DIV_DIFF_FLUX_PROJ_NONE ? in[5]… in IFunction_AdvectionGeneric() 330 … CeedScalar divFdiff_i = context->divFdiff_method != DIV_DIFF_FLUX_PROJ_NONE ? divFdiff[i] : 0.; in IFunction_AdvectionGeneric() 408 …const CeedScalar(*divFdiff) = context->divFdiff_method != DIV_DIFF_FLUX_PROJ_NONE ? in[4] : N… in RHSFunction_AdvectionGeneric() 465 … CeedScalar divFdiff_i = context->divFdiff_method != DIV_DIFF_FLUX_PROJ_NONE ? divFdiff[i] : 0.; in RHSFunction_AdvectionGeneric()
|