Searched refs:Nb_min (Results 1 – 1 of 1) sorted by relevance
14 PetscInt Nb, Nb_min; in testQuadrature() local22 PetscCall(PetscDTBinomialInt(dim + p_degree_min, dim, &Nb_min)); in testQuadrature()25 for (PetscInt i = 0; i < Nb_min; i++) { in testQuadrature()