Searched refs:Npoly (Results 1 – 1 of 1) sorted by relevance
10 PetscInt Npoly, npoints, i, j, k; in testOrthogonality() local16 PetscCall(PetscDTBinomialInt(dim + deg, dim, &Npoly)); in testOrthogonality()17 PetscCall(PetscMalloc1(Npoly * npoints, &p)); in testOrthogonality()19 for (i = 0; i < Npoly; i++) { in testOrthogonality()20 for (j = i; j < Npoly; j++) { in testOrthogonality()