Home
last modified time | relevance | path

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

/petsc/src/dm/dt/dualspace/impls/lagrange/tests/
H A Dex1.c53 PetscInt nchoosek; in ExpectedNumDofs_Total() local
56 PetscCall(PetscDTBinomialInt(dim, formDegree, &nchoosek)); in ExpectedNumDofs_Total()
59 *nDofs = nchoosek * rpowk * rp1pownmk * nCopies; in ExpectedNumDofs_Total()
61 PetscInt nchoosek; in ExpectedNumDofs_Total() local
64 PetscCall(PetscDTBinomialInt(dim, formDegree, &nchoosek)); in ExpectedNumDofs_Total()
66 *nDofs = nchoosek * rp1pown * nCopies; in ExpectedNumDofs_Total()