Searched refs:dXdx_q (Results 1 – 2 of 2) sorted by relevance
| /libCEED/examples/fluids/qfunctions/ |
| H A D | strong_boundary_conditions.h | 17 CeedScalar(*dXdx_q)[CEED_Q_VLA] = (CeedScalar(*)[CEED_Q_VLA])out[2]; in SetupStrongBC() local 24 dXdx_q[0][i] = dXdx[0][0]; in SetupStrongBC() 25 dXdx_q[1][i] = dXdx[0][1]; in SetupStrongBC() 26 dXdx_q[2][i] = dXdx[0][2]; in SetupStrongBC() 27 dXdx_q[3][i] = dXdx[1][0]; in SetupStrongBC() 28 dXdx_q[4][i] = dXdx[1][1]; in SetupStrongBC() 29 dXdx_q[5][i] = dXdx[1][2]; in SetupStrongBC()
|
| H A D | stg_shur14.h | 234 const CeedScalar(*dXdx_q)[3][CEED_Q_VLA] = (const CeedScalar(*)[3][CEED_Q_VLA])in[0]; in StgShur14Preprocess() local 256 {dXdx_q[0][0][i], dXdx_q[0][1][i], dXdx_q[0][2][i]}, in StgShur14Preprocess() 257 {dXdx_q[1][0][i], dXdx_q[1][1][i], dXdx_q[1][2][i]}, in StgShur14Preprocess() 469 const CeedScalar(*dXdx_q)[3][CEED_Q_VLA] = (const CeedScalar(*)[3][CEED_Q_VLA])in[0]; in StgShur14InflowStrongQF() local 489 {dXdx_q[0][0][i], dXdx_q[0][1][i], dXdx_q[0][2][i]}, in StgShur14InflowStrongQF() 490 {dXdx_q[1][0][i], dXdx_q[1][1][i], dXdx_q[1][2][i]}, in StgShur14InflowStrongQF()
|