Lines Matching refs:cij
41 …erpolateProfile(const CeedScalar wall_dist, CeedScalar ubar[3], CeedScalar cij[6], CeedScalar *eps… in InterpolateProfile()
48 const CeedScalar *prof_cij = &stg_ctx->data[stg_ctx->offsets.cij]; in InterpolateProfile()
64 …cij[0] = prof_cij[0 * nprofs + idx - 1] + coeff * (prof_cij[0 * nprofs + idx] - prof_cij[0 * npro… in InterpolateProfile()
65 …cij[1] = prof_cij[1 * nprofs + idx - 1] + coeff * (prof_cij[1 * nprofs + idx] - prof_cij[1 * npro… in InterpolateProfile()
66 …cij[2] = prof_cij[2 * nprofs + idx - 1] + coeff * (prof_cij[2 * nprofs + idx] - prof_cij[2 * npro… in InterpolateProfile()
67 …cij[3] = prof_cij[3 * nprofs + idx - 1] + coeff * (prof_cij[3 * nprofs + idx] - prof_cij[3 * npro… in InterpolateProfile()
68 …cij[4] = prof_cij[4 * nprofs + idx - 1] + coeff * (prof_cij[4 * nprofs + idx] - prof_cij[4 * npro… in InterpolateProfile()
69 …cij[5] = prof_cij[5 * nprofs + idx - 1] + coeff * (prof_cij[5 * nprofs + idx] - prof_cij[5 * npro… in InterpolateProfile()
76 cij[0] = prof_cij[1 * nprofs - 1]; in InterpolateProfile()
77 cij[1] = prof_cij[2 * nprofs - 1]; in InterpolateProfile()
78 cij[2] = prof_cij[3 * nprofs - 1]; in InterpolateProfile()
79 cij[3] = prof_cij[4 * nprofs - 1]; in InterpolateProfile()
80 cij[4] = prof_cij[5 * nprofs - 1]; in InterpolateProfile()
81 cij[5] = prof_cij[6 * nprofs - 1]; in InterpolateProfile()
157 …4Calc(const CeedScalar X[3], const CeedScalar t, const CeedScalar ubar[3], const CeedScalar cij[6], in StgShur14Calc()
178 u[0] = ubar[0] + cij[0] * vp[0]; in StgShur14Calc()
179 u[1] = ubar[1] + cij[3] * vp[0] + cij[1] * vp[1]; in StgShur14Calc()
180 u[2] = ubar[2] + cij[4] * vp[0] + cij[5] * vp[1] + cij[2] * vp[2]; in StgShur14Calc()
198 …Ektot(const CeedScalar X[3], const CeedScalar t, const CeedScalar ubar[3], const CeedScalar cij[6], in StgShur14Calc_PrecompEktot()
225 u[0] = ubar[0] + cij[0] * vp[0]; in StgShur14Calc_PrecompEktot()
226 u[1] = ubar[1] + cij[3] * vp[0] + cij[1] * vp[1]; in StgShur14Calc_PrecompEktot()
227 u[2] = ubar[2] + cij[4] * vp[0] + cij[5] * vp[1] + cij[2] * vp[2]; in StgShur14Calc_PrecompEktot()
239 CeedScalar ubar[3], cij[6], eps, lt; in StgShur14Preprocess() local
265 InterpolateProfile(wall_dist, ubar, cij, &eps, <, stg_ctx); in StgShur14Preprocess()
288 CeedScalar qn[STG_NMODES_MAX], u[3], ubar[3], cij[6], eps, lt; in ICsStg() local
305 InterpolateProfile(x_i[1], ubar, cij, &eps, <, stg_ctx); in ICsStg()
308 StgShur14Calc(x_i, time, ubar, cij, qn, u, stg_ctx); in ICsStg()
338 CeedScalar qn[STG_NMODES_MAX], u[3], ubar[3], cij[6], eps, lt; in StgShur14Inflow() local
363 InterpolateProfile(X[1][i], ubar, cij, &eps, <, stg_ctx); in StgShur14Inflow()
366 StgShur14Calc(x, time, ubar, cij, qn, u, stg_ctx); in StgShur14Inflow()
477 CeedScalar u[3], ubar[3], cij[6], eps, lt; in StgShur14InflowStrongQF() local
498 InterpolateProfile(coords[1][i], ubar, cij, &eps, <, stg_ctx); in StgShur14InflowStrongQF()
501 …StgShur14Calc_PrecompEktot(x, time, ubar, cij, inv_Ektotal[i], h_node_sep, x[1], eps, lt, nu, u, s… in StgShur14InflowStrongQF()
505 StgShur14Calc(x, time, ubar, cij, qn, u, stg_ctx); in StgShur14InflowStrongQF()