Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Dstg_shur14.h42 const CeedScalar *prof_ubar = &stg_ctx->data[stg_ctx->offsets.ubar]; in InterpolateProfile() local
56 …ubar[0] = prof_ubar[0 * nprofs + idx - 1] + coeff * (prof_ubar[0 * nprofs + idx] - prof_ubar[0 * n… in InterpolateProfile()
57 …ubar[1] = prof_ubar[1 * nprofs + idx - 1] + coeff * (prof_ubar[1 * nprofs + idx] - prof_ubar[1 * n… in InterpolateProfile()
58 …ubar[2] = prof_ubar[2 * nprofs + idx - 1] + coeff * (prof_ubar[2 * nprofs + idx] - prof_ubar[2 * n… in InterpolateProfile()
68 ubar[0] = prof_ubar[1 * nprofs - 1]; in InterpolateProfile()
69 ubar[1] = prof_ubar[2 * nprofs - 1]; in InterpolateProfile()
70 ubar[2] = prof_ubar[3 * nprofs - 1]; in InterpolateProfile()