Lines Matching refs:p_j
30 const PetscReal *p_j = &p_trimmed[(j * 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()
109 const PetscReal *p_j = &p_trimmed[(j * Nf + f) * Nk * npoints]; in test() local
111 for (PetscInt pt = 0; pt < npoints; pt++) v += p_i[pt] * p_j[pt] * weights[pt]; in test()
178 const PetscReal *p_j; in test() local
189 p_j = &p_trimmed1[(b * Nf1 + j) * npoints]; in test()
190 for (PetscInt pt = 0; pt < npoints; pt++) p_i[pt] += p_j[pt] * points[pt * dim + k] * sign; in test()
202 const PetscReal *p_j = &p_koszul[(j * 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()
218 const PetscReal *p_j = &p_trimmed[(j * Nf + v) * Nk * npoints]; in test() local
220 for (PetscInt pt = 0; pt < npoints; pt++) val += p_i[pt] * p_j[pt] * weights[pt]; in test()