Home
last modified time | relevance | path

Searched refs:MatPartitioningRegister (Results 1 – 4 of 4) sorted by relevance

/petsc/src/mat/graphops/partition/
H A Dspartition.c34 PetscCall(MatPartitioningRegister(MATPARTITIONINGCURRENT, MatPartitioningCreate_Current)); in MatPartitioningRegisterAll()
35 PetscCall(MatPartitioningRegister(MATPARTITIONINGAVERAGE, MatPartitioningCreate_Average)); in MatPartitioningRegisterAll()
36 PetscCall(MatPartitioningRegister(MATPARTITIONINGSQUARE, MatPartitioningCreate_Square)); in MatPartitioningRegisterAll()
37 PetscCall(MatPartitioningRegister(MATPARTITIONINGHIERARCH, MatPartitioningCreate_Hierarchical)); in MatPartitioningRegisterAll()
39 PetscCall(MatPartitioningRegister(MATPARTITIONINGPARMETIS, MatPartitioningCreate_Parmetis)); in MatPartitioningRegisterAll()
42 PetscCall(MatPartitioningRegister(MATPARTITIONINGCHACO, MatPartitioningCreate_Chaco)); in MatPartitioningRegisterAll()
45 PetscCall(MatPartitioningRegister(MATPARTITIONINGPARTY, MatPartitioningCreate_Party)); in MatPartitioningRegisterAll()
48 PetscCall(MatPartitioningRegister(MATPARTITIONINGPTSCOTCH, MatPartitioningCreate_PTScotch)); in MatPartitioningRegisterAll()
H A Dpartition.c184 PetscErrorCode MatPartitioningRegister(const char sname[], PetscErrorCode (*function)(MatPartitioni… in MatPartitioningRegister() function
/petsc/src/ts/tests/
H A Dex11.c177 PetscCall(MatPartitioningRegister("dummy", MatPartitioningCreate_Dummy)); in main()
/petsc/include/
H A Dpetscmat.h1811 PETSC_EXTERN PetscErrorCode MatPartitioningRegister(const char[], PetscErrorCode (*)(MatPartitionin…