Searched refs:ubar (Results 1 – 4 of 4) sorted by relevance
41 CEED_QFUNCTION_HELPER void InterpolateProfile(const CeedScalar wall_dist, CeedScalar ubar[3], CeedS… in InterpolateProfile()47 const CeedScalar *prof_ubar = &stg_ctx->data[stg_ctx->offsets.ubar]; in InterpolateProfile()61 …ubar[0] = prof_ubar[0 * nprofs + idx - 1] + coeff * (prof_ubar[0 * nprofs + idx] - prof_ubar[0 * n… in InterpolateProfile()62 …ubar[1] = prof_ubar[1 * nprofs + idx - 1] + coeff * (prof_ubar[1 * nprofs + idx] - prof_ubar[1 * n… in InterpolateProfile()63 …ubar[2] = prof_ubar[2 * nprofs + idx - 1] + coeff * (prof_ubar[2 * nprofs + idx] - prof_ubar[2 * n… in InterpolateProfile()73 ubar[0] = prof_ubar[1 * nprofs - 1]; in InterpolateProfile()74 ubar[1] = prof_ubar[2 * nprofs - 1]; in InterpolateProfile()75 ubar[2] = prof_ubar[3 * nprofs - 1]; in InterpolateProfile()157 …StgShur14Calc(const CeedScalar X[3], const CeedScalar t, const CeedScalar ubar[3], const CeedScala… in StgShur14Calc()178 u[0] = ubar[0] + cij[0] * vp[0]; in StgShur14Calc()[all …]
40 size_t ubar; // !< Mean velocity, [nprof, 3] member
78 …CeedScalar(*ubar)[stg_ctx->nprofs] = (CeedScalar(*)[stg_ctx->nprofs]) & stg_ctx->data[stg_ctx->off… in ReadStgInflow() local87 ubar[0][i] = (CeedScalar)atof(array[1]); in ReadStgInflow()88 ubar[1][i] = (CeedScalar)atof(array[2]); in ReadStgInflow()89 ubar[2][i] = (CeedScalar)atof(array[3]); in ReadStgInflow()188 temp_ctx->offsets.ubar = temp_ctx->offsets.wall_dist + nprofs; in GetStgContextData()189 temp_ctx->offsets.cij = temp_ctx->offsets.ubar + nprofs * 3; in GetStgContextData()
789 ubar813 ubarC[ubar]817 ubar --Copy--> ubarC;855 | $\bm{\overline{u}}$ | ubar | Yes | No |