Home
last modified time | relevance | path

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

/petsc/src/dm/dt/tests/
H A Dex9.c10 PetscInt Npoly, npoints, i, j, k; in testOrthogonality() local
16 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()