Lines Matching refs:p_trimmed
12 PetscReal *p_trimmed; in constructTabulationAndMass() local
18 PetscCall(PetscMalloc1(Nbpt * Nf * Nk * npoints, &p_trimmed)); in constructTabulationAndMass()
19 PetscCall(PetscDTPTrimmedEvalJet(dim, npoints, points, deg, form, jetDegree, p_trimmed)); in constructTabulationAndMass()
29 const PetscReal *p_i = &p_trimmed[(i * Nf + f) * Nk * npoints]; in constructTabulationAndMass()
30 const PetscReal *p_j = &p_trimmed[(j * Nf + f) * Nk * npoints]; in constructTabulationAndMass()
40 *B = p_trimmed; in constructTabulationAndMass()
54 PetscReal *p_trimmed; in test() local
74 …ass(dim, deg, form, jetDegree, npoints, points, weights, &Nbpt, &Nf, &Nk, &p_trimmed, &M_trimmed)); in test()
109 const PetscReal *p_j = &p_trimmed[(j * Nf + f) * Nk * npoints]; in test()
218 const PetscReal *p_j = &p_trimmed[(j * Nf + v) * Nk * npoints]; in test()
269 … Nk * npoints; i++) frob_err += (p_trimmed_copy[i] - p_trimmed[i]) * (p_trimmed_copy[i] - p_trimme… in test()
280 PetscCall(PetscFree(p_trimmed)); in test()