| /honee/qfunctions/ |
| H A D | eulervortex.h | 265 const CeedScalar(*dq)[5][CEED_Q_VLA] = (const CeedScalar(*)[5][CEED_Q_VLA])in[1]; in Euler() local 280 const CeedScalar drho[3] = {dq[0][0][i], dq[1][0][i], dq[2][0][i]}; in Euler() 282 {dq[0][1][i], dq[1][1][i], dq[2][1][i]}, in Euler() 283 {dq[0][2][i], dq[1][2][i], dq[2][2][i]}, in Euler() 284 {dq[0][3][i], dq[1][3][i], dq[2][3][i]} in Euler() 286 const CeedScalar dE[3] = {dq[0][4][i], dq[1][4][i], dq[2][4][i]}; in Euler() 385 const CeedScalar(*dq)[5][CEED_Q_VLA] = (const CeedScalar(*)[5][CEED_Q_VLA])in[1]; in IFunction_Euler() local 401 const CeedScalar drho[3] = {dq[0][0][i], dq[1][0][i], dq[2][0][i]}; in IFunction_Euler() 403 {dq[0][1][i], dq[1][1][i], dq[2][1][i]}, in IFunction_Euler() 404 {dq[0][2][i], dq[1][2][i], dq[2][2][i]}, in IFunction_Euler() [all …]
|
| H A D | shocktube.h | 211 const CeedScalar(*dq)[5][CEED_Q_VLA] = (const CeedScalar(*)[5][CEED_Q_VLA])in[1]; in EulerShockTube() local 229 const CeedScalar drho[3] = {dq[0][0][i], dq[1][0][i], dq[2][0][i]}; in EulerShockTube() 231 {dq[0][1][i], dq[1][1][i], dq[2][1][i]}, in EulerShockTube() 232 {dq[0][2][i], dq[1][2][i], dq[2][2][i]}, in EulerShockTube() 233 {dq[0][3][i], dq[1][3][i], dq[2][3][i]} in EulerShockTube() 235 const CeedScalar dE[3] = {dq[0][4][i], dq[1][4][i], dq[2][4][i]}; in EulerShockTube()
|
| H A D | bc_outflow.h | 107 const CeedScalar(*dq)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in RiemannOutflow_Jacobian() local 125 for (int j = 0; j < 5; j++) dqi[j] = dq[j][i]; in RiemannOutflow_Jacobian() 248 const CeedScalar(*dq)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in PressureOutflow_Jacobian() local 266 for (int j = 0; j < 5; j++) dqi[j] = dq[j][i]; in PressureOutflow_Jacobian()
|
| H A D | differential_filter.h | 127 CeedScalar dq[3], dq_dXdx[3] = {0.}, dq_dXdx_a[3] = {0.}; in DifferentialFilter_LHS_N() local 129 …dq[k] = Grad_q[0 * N + j][i] * dXdx[0][k] + Grad_q[1 * N + j][i] * dXdx[1][k] + Grad_q[2 * N + j][… in DifferentialFilter_LHS_N() 131 MatVec3(dXdx, dq, CEED_NOTRANSPOSE, dq_dXdx); in DifferentialFilter_LHS_N()
|
| H A D | blasius.h | 178 const CeedScalar(*dq)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in Blasius_Inflow_Jacobian() local 207 drho = dq[0][i]; in Blasius_Inflow_Jacobian() 215 dE = dq[4][i]; in Blasius_Inflow_Jacobian()
|
| H A D | newtonian.h | 423 const CeedScalar(*dq)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in IJacobian_Newtonian() local 434 const CeedScalar dq_i[5] = {dq[0][i], dq[1][i], dq[2][i], dq[3][i], dq[4][i]}; in IJacobian_Newtonian() 540 const CeedScalar(*dq)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in BoundaryIntegral_Jacobian() local 558 for (int j = 0; j < 5; j++) dqi[j] = dq[j][i]; in BoundaryIntegral_Jacobian()
|
| H A D | bc_slip.h | 58 const CeedScalar(*dq)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in Slip_Jacobian() local 74 for (int j = 0; j < 5; j++) dqi[j] = dq[j][i]; in Slip_Jacobian()
|
| H A D | bc_freestream.h | 77 const CeedScalar(*dq)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in Freestream_Jacobian() local 95 for (int j = 0; j < 5; j++) dqi[j] = dq[j][i]; in Freestream_Jacobian()
|
| H A D | stg_shur14.h | 414 const CeedScalar(*dq)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in StgShur14Inflow_Jacobian() local 446 drho = dq[0][i]; in StgShur14Inflow_Jacobian() 453 dE = dq[4][i]; in StgShur14Inflow_Jacobian()
|
| H A D | newtonian_state.h | 583 CeedScalar grad_qi[5][3], dq[5][3] = {{0.}}; in StatePhysicalGradientFromReference() local 586 MatMatNM((CeedScalar *)grad_qi, (CeedScalar *)dXdx, (CeedScalar *)dq, 5, 3, 3); in StatePhysicalGradientFromReference() 590 for (CeedInt k = 0; k < 5; k++) dqi[k] = dq[k][j]; in StatePhysicalGradientFromReference()
|