Searched refs:SPARSEPACKgenrcm (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/mat/graphops/order/ |
| H A D | genrcm.c | 36 PetscErrorCode SPARSEPACKgenrcm(const PetscInt *neqns, const PetscInt *xadj, const PetscInt *adjncy… in SPARSEPACKgenrcm() function
|
| H A D | sprcm.c | 18 PetscCall(SPARSEPACKgenrcm(&nrow, ia, ja, perm, mask, xls)); in MatGetOrdering_RCM()
|
| /petsc/include/petsc/private/ |
| H A D | matorderimpl.h | 11 PETSC_EXTERN PetscErrorCode SPARSEPACKgenrcm(const PetscInt *, const PetscInt *, const PetscInt *, …
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexreorder.c | 83 PetscCall(SPARSEPACKgenrcm(&numCells, start, adjacency, cperm, mask, xls)); in DMPlexGetOrdering()
|