Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/order/
H A Dgen1wd.c30 …*xadj, const PetscInt *adjncy, PetscInt *mask, PetscInt *nblks, PetscInt *xblk, PetscInt *perm, Pe… in SPARSEPACKgen1wd() argument
45 --xblk; in SPARSEPACKgen1wd()
62 xblk[*nblks] = *neqns - num + 1; 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
17 PetscCall(PetscMalloc5(nrow, &mask, nrow + 1, &xls, nrow, &ls, nrow + 1, &xblk, nrow, &perm)); in MatGetOrdering_1WD()
18 PetscCall(SPARSEPACKgen1wd(&nrow, ia, ja, mask, &nblks, xblk, perm, xls, ls)); in MatGetOrdering_1WD()
25 PetscCall(PetscFree5(mask, xls, ls, xblk, perm)); in MatGetOrdering_1WD()