Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/order/
H A Dsregis.c4 PETSC_INTERN PetscErrorCode MatGetOrdering_ND(Mat, MatOrderingType, IS *, IS *);
46 PetscCall(MatOrderingRegister(MATORDERINGND, MatGetOrdering_ND)); in MatOrderingRegisterAll()
H A Dspnd.c7 PETSC_INTERN PetscErrorCode MatGetOrdering_ND(Mat mat, MatOrderingType type, IS *row, IS *col) in MatGetOrdering_ND() function