Home
last modified time | relevance | path

Searched refs:dq (Results 1 – 8 of 8) sorted by relevance

/libCEED/examples/fluids/qfunctions/
H A Deulervortex.h271 const CeedScalar(*dq)[5][CEED_Q_VLA] = (const CeedScalar(*)[5][CEED_Q_VLA])in[1]; in Euler() local
286 const CeedScalar drho[3] = {dq[0][0][i], dq[1][0][i], dq[2][0][i]}; in Euler()
288 {dq[0][1][i], dq[1][1][i], dq[2][1][i]}, in Euler()
289 {dq[0][2][i], dq[1][2][i], dq[2][2][i]}, in Euler()
290 {dq[0][3][i], dq[1][3][i], dq[2][3][i]} in Euler()
292 const CeedScalar dE[3] = {dq[0][4][i], dq[1][4][i], dq[2][4][i]}; in Euler()
391 const CeedScalar(*dq)[5][CEED_Q_VLA] = (const CeedScalar(*)[5][CEED_Q_VLA])in[1]; in IFunction_Euler() local
409 const CeedScalar drho[3] = {dq[0][0][i], dq[1][0][i], dq[2][0][i]}; in IFunction_Euler()
411 {dq[0][1][i], dq[1][1][i], dq[2][1][i]}, in IFunction_Euler()
412 {dq[0][2][i], dq[1][2][i], dq[2][2][i]}, in IFunction_Euler()
[all …]
H A Dshocktube.h223 const CeedScalar(*dq)[5][CEED_Q_VLA] = (const CeedScalar(*)[5][CEED_Q_VLA])in[1]; in EulerShockTube() local
241 const CeedScalar drho[3] = {dq[0][0][i], dq[1][0][i], dq[2][0][i]}; in EulerShockTube()
243 {dq[0][1][i], dq[1][1][i], dq[2][1][i]}, in EulerShockTube()
244 {dq[0][2][i], dq[1][2][i], dq[2][2][i]}, in EulerShockTube()
245 {dq[0][3][i], dq[1][3][i], dq[2][3][i]} in EulerShockTube()
247 const CeedScalar dE[3] = {dq[0][4][i], dq[1][4][i], dq[2][4][i]}; in EulerShockTube()
H A Dbc_freestream.h89 const CeedScalar(*dq)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in Freestream_Jacobian() local
107 for (int j = 0; j < 5; j++) dqi[j] = dq[j][i]; in Freestream_Jacobian()
247 const CeedScalar(*dq)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in RiemannOutflow_Jacobian() local
265 for (int j = 0; j < 5; j++) dqi[j] = dq[j][i]; in RiemannOutflow_Jacobian()
388 const CeedScalar(*dq)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in PressureOutflow_Jacobian() local
406 for (int j = 0; j < 5; j++) dqi[j] = dq[j][i]; in PressureOutflow_Jacobian()
H A Dblasius.h188 const CeedScalar(*dq)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in Blasius_Inflow_Jacobian() local
217 drho = dq[0][i]; in Blasius_Inflow_Jacobian()
225 dE = dq[4][i]; in Blasius_Inflow_Jacobian()
H A Ddifferential_filter.h131 CeedScalar dq[3], dq_dXdx[3] = {0.}, dq_dXdx_a[3] = {0.}; in DifferentialFilter_LHS_N() local
133dq[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()
135 MatVec3(dXdx, dq, CEED_NOTRANSPOSE, dq_dXdx); in DifferentialFilter_LHS_N()
H A Dbc_slip.h64 const CeedScalar(*dq)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in Slip_Jacobian() local
79 for (int j = 0; j < 5; j++) dqi[j] = dq[j][i]; in Slip_Jacobian()
H A Dnewtonian.h310 const CeedScalar(*dq)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in IJacobian_Newtonian() local
331 for (int j = 0; j < 5; j++) dqi[j] = dq[j][i]; in IJacobian_Newtonian()
455 const CeedScalar(*dq)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in BoundaryIntegral_Jacobian() local
472 for (int j = 0; j < 5; j++) dqi[j] = dq[j][i]; in BoundaryIntegral_Jacobian()
H A Dstg_shur14.h410 const CeedScalar(*dq)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in StgShur14Inflow_Jacobian() local
441 drho = dq[0][i]; in StgShur14Inflow_Jacobian()
448 dE = dq[4][i]; in StgShur14Inflow_Jacobian()