Lines Matching refs:q
316 CeedScalar Y[5] = {P0, u[0], u[1], u[2], theta0}, q[5]; in ICsStg() local
318 StateToQ(gas, s, q, context->state_var); in ICsStg()
320 q0[j][i] = q[j]; in ICsStg()
333 const CeedScalar(*q)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in StgShur14Inflow() local
356 const CeedScalar rho = prescribe_T ? q[0][i] : P0 / (Rd * theta0); in StgShur14Inflow()
383 E_internal = q[4][i] - E_kinetic; // uses prescribed rho and u, E from solution in StgShur14Inflow()
509 CeedScalar Y[5] = {P0, u[0], u[1], u[2], theta0}, q[5]; in StgShur14InflowStrongQF() local
511 StateToQ(gas, s, q, stg_ctx->newt_ctx.state_var); in StgShur14InflowStrongQF()
514 q[4] = 0.; // Don't set energy in StgShur14InflowStrongQF()
517 q[0] = 0; // Don't set pressure in StgShur14InflowStrongQF()
520 q[0] = 0; // Don't set V_density in StgShur14InflowStrongQF()
524 bcval[j][i] = scale[i] * q[j]; in StgShur14InflowStrongQF()