Home
last modified time | relevance | path

Searched refs:MATORDERINGMETISND (Results 1 – 5 of 5) sorted by relevance

/petsc/src/mat/graphops/order/
H A Dsregis.c59 PetscCall(MatOrderingRegister(MATORDERINGMETISND, MatGetOrdering_METISND)); in MatOrderingRegisterAll()
/petsc/doc/changes/
H A D317.md137 - Add `MATORDERINGMETISND` use METIS for nested dissection ordering of `MatSeqAIJ`, with options `n…
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmat.pxi105 PetscMatOrderingType MATORDERINGMETISND
H A DMat.pyx213 METISND = S_(MATORDERINGMETISND)
/petsc/include/
H A Dpetscmat.h1452 #define MATORDERINGMETISND "metisnd" /* only works if METIS is installed with PETSc */ macro