Searched refs:ntarget (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/dt/interface/ |
| H A D | dt.c | 2881 …y(PetscInt degree, PetscInt nsource, const PetscReal sourcex[], PetscInt ntarget, const PetscReal … in PetscDTReconstructPoly() argument 2894 …for (i = 0; i < ntarget; i++) PetscCheck(targetx[i] < targetx[i + 1], PETSC_COMM_SELF, PETSC_ERR_A… in PetscDTReconstructPoly() 2897 xmax = PetscMax(sourcex[nsource], targetx[ntarget]); in PetscDTReconstructPoly() 2902 …(PetscMalloc4(nsource, &tau, nsource * (degree + 1), &Bsinv, ntarget + 1, &targety, ntarget * (deg… in PetscDTReconstructPoly() 2907 for (i = 0; i <= ntarget; i++) targety[i] = (targetx[i] - center) / hscale; in PetscDTReconstructPoly() 2908 PetscCall(PetscDTLegendreIntegrate(ntarget, targety, degree + 1, bdegrees, PETSC_FALSE, Btarget)); in PetscDTReconstructPoly() 2909 for (i = 0; i < ntarget; i++) { in PetscDTReconstructPoly()
|