Searched refs:SPARSEPACKrootls (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/mat/graphops/order/ |
| H A D | fnroot.c | 49 PetscCall(SPARSEPACKrootls(root, &xadj[1], &adjncy[1], &mask[1], nlvl, &xls[1], &ls[1])); in SPARSEPACKfnroot() 77 PetscCall(SPARSEPACKrootls(root, &xadj[1], &adjncy[1], &mask[1], &nunlvl, &xls[1], &ls[1])); in SPARSEPACKfnroot()
|
| H A D | rootls.c | 24 PetscErrorCode SPARSEPACKrootls(const PetscInt *root, const PetscInt *xadj, const PetscInt *adjncy,… in SPARSEPACKrootls() function
|
| H A D | gen1wd.c | 71 …PetscCall(SPARSEPACKrootls(&node, &xadj[1], &adjncy[1], &mask[1], &nlvl, &xls[1], &perm[num + 1])); in SPARSEPACKgen1wd()
|
| /petsc/include/petsc/private/ |
| H A D | matorderimpl.h | 21 PETSC_EXTERN PetscErrorCode SPARSEPACKrootls(const PetscInt *, const PetscInt *, const PetscInt *, …
|