Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/order/
H A Dsregis.c16 PETSC_INTERN PetscErrorCode MatGetOrdering_METISND(Mat, MatOrderingType, IS *, IS *);
59 PetscCall(MatOrderingRegister(MATORDERINGMETISND, MatGetOrdering_METISND)); in MatOrderingRegisterAll()
/petsc/src/mat/graphops/order/metisnd/
H A Dmetisnd.c8 PETSC_INTERN PetscErrorCode MatGetOrdering_METISND(Mat mat, MatOrderingType type, IS *row, IS *col) in MatGetOrdering_METISND() function