Lines Matching refs:nprofs
43 const CeedInt nprofs = stg_ctx->nprofs; in InterpolateProfile() local
51 for (CeedInt i = 0; i < nprofs; i++) { 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()
64 …cij[0] = prof_cij[0 * nprofs + idx - 1] + coeff * (prof_cij[0 * nprofs + idx] - prof_cij[0 * npro… in InterpolateProfile()
65 …cij[1] = prof_cij[1 * nprofs + idx - 1] + coeff * (prof_cij[1 * nprofs + idx] - prof_cij[1 * npro… in InterpolateProfile()
66 …cij[2] = prof_cij[2 * nprofs + idx - 1] + coeff * (prof_cij[2 * nprofs + idx] - prof_cij[2 * npro… in InterpolateProfile()
67 …cij[3] = prof_cij[3 * nprofs + idx - 1] + coeff * (prof_cij[3 * nprofs + idx] - prof_cij[3 * npro… in InterpolateProfile()
68 …cij[4] = prof_cij[4 * nprofs + idx - 1] + coeff * (prof_cij[4 * nprofs + idx] - prof_cij[4 * npro… in InterpolateProfile()
69 …cij[5] = prof_cij[5 * nprofs + idx - 1] + coeff * (prof_cij[5 * nprofs + idx] - prof_cij[5 * npro… 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()
76 cij[0] = prof_cij[1 * nprofs - 1]; in InterpolateProfile()
77 cij[1] = prof_cij[2 * nprofs - 1]; in InterpolateProfile()
78 cij[2] = prof_cij[3 * nprofs - 1]; in InterpolateProfile()
79 cij[3] = prof_cij[4 * nprofs - 1]; in InterpolateProfile()
80 cij[4] = prof_cij[5 * nprofs - 1]; in InterpolateProfile()
81 cij[5] = prof_cij[6 * nprofs - 1]; in InterpolateProfile()
82 *eps = prof_eps[nprofs - 1]; in InterpolateProfile()
83 *lt = prof_lt[nprofs - 1]; in InterpolateProfile()