Home
last modified time | relevance | path

Searched refs:points1d (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/dt/tests/
H A Dex9.c43 PetscReal *points1d; in testDerivativesLegendre() local
77 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()