Searched refs:prof_wd (Results 1 – 1 of 1) sorted by relevance
39 const CeedScalar *prof_wd = &stg_ctx->data[stg_ctx->offsets.wall_dist]; in InterpolateProfile() local47 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()