Searched refs:points1d (Results 1 – 1 of 1) sorted by relevance
43 PetscReal *points1d; in testDerivativesLegendre() local77 PetscCall(PetscMalloc1(npoints, &points1d)); in testDerivativesLegendre()82 for (i = 0; i < npoints; i++) points1d[i] = points[i * dim + d]; in testDerivativesLegendre()83 PetscCall(PetscDTLegendreEval(npoints, points1d, deg + 1, degrees, B[d], NULL, NULL)); in testDerivativesLegendre()85 PetscCall(PetscFree(points1d)); in testDerivativesLegendre()