Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Dstg_shur14.h39 const CeedScalar *prof_wd = &stg_ctx->data[stg_ctx->offsets.wall_dist]; in InterpolateProfile() local
47 if (wall_dist < prof_wd[i]) { in InterpolateProfile()
54 CeedScalar coeff = (wall_dist - prof_wd[idx - 1]) / (prof_wd[idx] - prof_wd[idx - 1]); in InterpolateProfile()