Lines Matching refs:num
38 PetscInt num; in SPARSEPACKgen1wd() local
53 num = 0; in SPARSEPACKgen1wd()
59 …PetscCall(SPARSEPACKfn1wd(&root, &xadj[1], &adjncy[1], &mask[1], &nsep, &perm[num + 1], &nlvl, &xl… in SPARSEPACKgen1wd()
60 num += nsep; in SPARSEPACKgen1wd()
62 xblk[*nblks] = *neqns - num + 1; in SPARSEPACKgen1wd()
71 …PetscCall(SPARSEPACKrootls(&node, &xadj[1], &adjncy[1], &mask[1], &nlvl, &xls[1], &perm[num + 1])); in SPARSEPACKgen1wd()
72 lnum = num + 1; in SPARSEPACKgen1wd()
73 num = num + xls[nlvl + 1] - 1; in SPARSEPACKgen1wd()
75 xblk[*nblks] = *neqns - num + 1; in SPARSEPACKgen1wd()
76 i__3 = num; in SPARSEPACKgen1wd()
81 if (num > *neqns) goto L500; in SPARSEPACKgen1wd()