Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Dadvection.h276 CeedScalar(*grad_v)[5][CEED_Q_VLA] = (CeedScalar(*)[5][CEED_Q_VLA])out[1]; in IFunction_AdvectionGeneric() local
292 for (CeedInt j = 0; j < dim; j++) grad_v[j][f][i] = 0; // No Change in density or momentum in IFunction_AdvectionGeneric()
310 for (CeedInt j = 0; j < dim; j++) grad_v[j][4][i] = -wdetJ * s.U.E_total * uX[j]; in IFunction_AdvectionGeneric()
318 for (CeedInt k = 0; k < dim; k++) grad_v[k][4][i] -= wdetJ * Fe_dXdx[k]; in IFunction_AdvectionGeneric()
327 grad_v[j][4][i] += wdetJ * TauS * uX[j] * strong_conv; in IFunction_AdvectionGeneric()
331 grad_v[j][4][i] += wdetJ * TauS * uX[j] * (q_dot[4][i] + strong_conv + divFdiff_i); in IFunction_AdvectionGeneric()
353 CeedScalar(*grad_v)[5][CEED_Q_VLA] = (CeedScalar(*)[5][CEED_Q_VLA])out[1]; in MassFunction_AdvectionGeneric() local
365 for (CeedInt j = 0; j < dim; j++) grad_v[j][f][i] = 0; // No Change in density or momentum in MassFunction_AdvectionGeneric()
380 grad_v[j][4][i] = 0; in MassFunction_AdvectionGeneric()
383 grad_v[j][4][i] = wdetJ * TauS * q_dot[4][i] * uX[j]; in MassFunction_AdvectionGeneric()
[all …]
H A Dnewtonian.h319 CeedScalar(*grad_v)[5][CEED_Q_VLA] = (CeedScalar(*)[5][CEED_Q_VLA])out[1]; in IFunction_Newtonian() local
348grad_v[k][j][i] = wdetJ * (grad_v_i[j][0] * dXdx[k][0] + grad_v_i[j][1] * dXdx[k][1] + grad_v_i[j]… in IFunction_Newtonian()
428 CeedScalar(*grad_v)[5][CEED_Q_VLA] = (CeedScalar(*)[5][CEED_Q_VLA])out[1]; in IJacobian_Newtonian() local
458 …for (int k = 0; k < 3; k++) grad_v[k][j][i] = wdetJ * (grad_v_i[j][0] * dXdx[k][0] + grad_v_i[j][1… in IJacobian_Newtonian()