Searched refs:nchoosek (Results 1 – 1 of 1) sorted by relevance
53 PetscInt nchoosek; in ExpectedNumDofs_Total() local56 PetscCall(PetscDTBinomialInt(dim, formDegree, &nchoosek)); in ExpectedNumDofs_Total()59 *nDofs = nchoosek * rpowk * rp1pownmk * nCopies; in ExpectedNumDofs_Total()61 PetscInt nchoosek; in ExpectedNumDofs_Total() local64 PetscCall(PetscDTBinomialInt(dim, formDegree, &nchoosek)); in ExpectedNumDofs_Total()66 *nDofs = nchoosek * rp1pown * nCopies; in ExpectedNumDofs_Total()