Searched refs:SPARSEPACKfnroot (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/mat/graphops/order/ |
| H A D | genrcm.c | 74 PetscCall(SPARSEPACKfnroot(&root, &xadj[1], &adjncy[1], &mask[1], &nlvl, &xls[1], &perm[num])); in SPARSEPACKgenrcm()
|
| H A D | fnroot.c | 32 PetscErrorCode SPARSEPACKfnroot(PetscInt *root, const PetscInt *xadj, const PetscInt *adjncy, Petsc… in SPARSEPACKfnroot() function
|
| H A D | fndsep.c | 54 PetscCall(SPARSEPACKfnroot(root, &xadj[1], &adjncy[1], &mask[1], &nlvl, &xls[1], &ls[1])); in SPARSEPACKfndsep()
|
| H A D | fn1wd.c | 53 PetscCall(SPARSEPACKfnroot(root, &xadj[1], &adjncy[1], &mask[1], nlvl, &xls[1], &ls[1])); in SPARSEPACKfn1wd()
|
| /petsc/include/petsc/private/ |
| H A D | matorderimpl.h | 18 PETSC_EXTERN PetscErrorCode SPARSEPACKfnroot(PetscInt *, const PetscInt *, const PetscInt *, PetscI…
|