Home
last modified time | relevance | path

Searched refs:ubar (Results 1 – 4 of 4) sorted by relevance

/libCEED/examples/fluids/qfunctions/
H A Dstg_shur14.h41 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()
61ubar[0] = prof_ubar[0 * nprofs + idx - 1] + coeff * (prof_ubar[0 * nprofs + idx] - prof_ubar[0 * n… in InterpolateProfile()
62ubar[1] = prof_ubar[1 * nprofs + idx - 1] + coeff * (prof_ubar[1 * nprofs + idx] - prof_ubar[1 * n… in InterpolateProfile()
63ubar[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 …]
H A Dstg_shur14_type.h40 size_t ubar; // !< Mean velocity, [nprof, 3] member
/libCEED/examples/fluids/problems/
H A Dstg_shur14.c78 …CeedScalar(*ubar)[stg_ctx->nprofs] = (CeedScalar(*)[stg_ctx->nprofs]) & stg_ctx->data[stg_ctx->off… in ReadStgInflow() local
87 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()
/libCEED/examples/fluids/
H A Dindex.md789 ubar
813 ubarC[ubar]
817 ubar --Copy--> ubarC;
855 | $\bm{\overline{u}}$ | ubar | Yes | No |