Searched refs:p_i (Results 1 – 4 of 4) sorted by relevance
29 const PetscReal *p_i = &p_trimmed[(i * Nf + f) * Nk * npoints]; in constructTabulationAndMass() local32 for (PetscInt pt = 0; pt < npoints; pt++) v += p_i[pt] * p_j[pt] * weights[pt]; in constructTabulationAndMass()108 const PetscReal *p_i = &p_scalar[i * Nk * npoints]; in test() local111 for (PetscInt pt = 0; pt < npoints; pt++) v += p_i[pt] * p_j[pt] * weights[pt]; in test()177 PetscReal *p_i; in test() local188 p_i = &p_koszul[(b * Nf + i) * npoints]; in test()190 for (PetscInt pt = 0; pt < npoints; pt++) p_i[pt] += p_j[pt] * points[pt * dim + k] * sign; in test()201 const PetscReal *p_i = &p_koszul[(i * Nf + v) * npoints]; in test() local204 for (PetscInt pt = 0; pt < npoints; pt++) val += p_i[pt] * p_j[pt] * weights[pt]; in test()217 const PetscReal *p_i = &p_koszul[(i * Nf + v) * npoints]; in test() local[all …]
97 Denote each array entry $(p_i, f_i, d_i)$ for $p_i$ being the ith point, $f_i$ being the ith field,…
1444 = &\min_{P_{ij}} \| W^{1/2} \mathbf{f}^{F}_i - W^{1/2} \mathbf{f}^{C} p_i \|_21455 p_i &= \begin{pmatrix} P_{i0} \\ \vdots \\ P_{in} \end{pmatrix}1466 [p_i]_j &= P_{ij}1482 x &= p_i
1342 PetscReal *p_i = &p_f[i * Nk * npoints]; in PetscDTPTrimmedEvalJet_Internal() local1345 PetscReal *p_jet = &p_i[jet * npoints]; in PetscDTPTrimmedEvalJet_Internal()1354 p_jet = &p_i[l * npoints]; in PetscDTPTrimmedEvalJet_Internal()