Lines Matching refs:PetscDTBinomialInt
508 PetscCall(PetscDTBinomialInt(dim, PetscAbsInt(formDegree), &formSize));
511 PetscCall(PetscDTBinomialInt(imageDim, PetscAbsInt(formDegree), &imageFormSize));
1106 PetscCall(PetscDTBinomialInt(dim + k, k, &Nk));
1107 PetscCall(PetscDTBinomialInt(degree + dim, degree, &Ndeg));
1255 PetscCall(PetscDTBinomialInt(degree + dim, degree + formDegree, &Nbpt));
1256 PetscCall(PetscDTBinomialInt(degree + formDegree - 1, formDegree, &Nrk));
1282 PetscCall(PetscDTBinomialInt(dim, formDegree, &Nf));
1284 PetscCall(PetscDTBinomialInt(dim + jetDegree, dim, &Nk));
1288 PetscCall(PetscDTBinomialInt(dim + degree - 1, dim, &Nbpm1));
1307 PetscCall(PetscDTBinomialInt(dim, formDegree + 1, &Nf1));
1317 PetscCall(PetscDTBinomialInt(d - 1, formDegree, &Nfd1));
1320 PetscCall(PetscDTBinomialInt(d - 1 + degree - 1, d - 1, &Nh));