Lines Matching refs:p_i
29 const PetscReal *p_i = &p_trimmed[(i * Nf + f) * Nk * npoints]; in constructTabulationAndMass() local
32 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() local
111 for (PetscInt pt = 0; pt < npoints; pt++) v += p_i[pt] * p_j[pt] * weights[pt]; in test()
177 PetscReal *p_i; in test() local
188 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() local
204 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
220 for (PetscInt pt = 0; pt < npoints; pt++) val += p_i[pt] * p_j[pt] * weights[pt]; in test()