Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/order/
H A Dfn1wd.c40 PetscReal deltp1; in SPARSEPACKfn1wd() local
57 deltp1 = PetscSqrtReal((width * 3. + 13.) / 2.) + 1.; in SPARSEPACKfn1wd()
58 if (*nsep >= 50 && deltp1 <= fnlvl * .5f) goto L300; in SPARSEPACKfn1wd()
75 lvl = (PetscInt)((PetscReal)i * deltp1 + .5f); in SPARSEPACKfn1wd()