Searched refs:Fe_dXdx (Results 1 – 1 of 1) sorted by relevance
| /honee/qfunctions/ |
| H A D | advection.h | 314 CeedScalar Fe[3], Fe_dXdx[3] = {0.}; in IFunction_AdvectionGeneric() local 317 MatVecNM(dXdx, Fe, dim, dim, CEED_NOTRANSPOSE, Fe_dXdx); in IFunction_AdvectionGeneric() 318 for (CeedInt k = 0; k < dim; k++) grad_v[k][4][i] -= wdetJ * Fe_dXdx[k]; in IFunction_AdvectionGeneric() 451 CeedScalar Fe[3], Fe_dXdx[3] = {0.}; in RHSFunction_AdvectionGeneric() local 454 MatVecNM(dXdx, Fe, dim, dim, CEED_NOTRANSPOSE, Fe_dXdx); in RHSFunction_AdvectionGeneric() 455 for (CeedInt k = 0; k < dim; k++) grad_v[k][4][i] += wdetJ * Fe_dXdx[k]; in RHSFunction_AdvectionGeneric()
|