Home
last modified time | relevance | path

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

/petsc/src/dm/dt/tests/
H A Dex15.c14 PetscInt Nb, Nb_min; in testQuadrature() local
22 PetscCall(PetscDTBinomialInt(dim + p_degree_min, dim, &Nb_min)); in testQuadrature()
25 for (PetscInt i = 0; i < Nb_min; i++) { in testQuadrature()