Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/order/
H A Dgen1wd.c30 …, const PetscInt *xadj, const PetscInt *adjncy, PetscInt *mask, PetscInt *nblks, PetscInt *xblk, P… in SPARSEPACKgen1wd() argument
52 *nblks = 0; in SPARSEPACKgen1wd()
61 ++(*nblks); in SPARSEPACKgen1wd()
62 xblk[*nblks] = *neqns - num + 1; in SPARSEPACKgen1wd()
74 ++(*nblks); in SPARSEPACKgen1wd()
75 xblk[*nblks] = *neqns - num + 1; in SPARSEPACKgen1wd()
91 PetscCall(SPARSEPACKrevrse(nblks, &xblk[1])); in SPARSEPACKgen1wd()
92 xblk[*nblks + 1] = *neqns + 1; in SPARSEPACKgen1wd()
H A Dsp1wd.c9 PetscInt i, *mask, *xls, nblks, *xblk, *ls, nrow, *perm; in MatGetOrdering_1WD() local
18 PetscCall(SPARSEPACKgen1wd(&nrow, ia, ja, mask, &nblks, xblk, perm, xls, ls)); in MatGetOrdering_1WD()