Searched refs:p_trimmed (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/dt/tests/ |
| H A D | ex13.c | 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() [all …]
|