Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/partition/
H A Dspartition.c16 PETSC_EXTERN PetscErrorCode MatPartitioningCreate_PTScotch(MatPartitioning);
48 PetscCall(MatPartitioningRegister(MATPARTITIONINGPTSCOTCH, MatPartitioningCreate_PTScotch)); in MatPartitioningRegisterAll()
/petsc/src/mat/graphops/partition/impls/scotch/
H A Dscotch.c473 PETSC_EXTERN PetscErrorCode MatPartitioningCreate_PTScotch(MatPartitioning part) in MatPartitioningCreate_PTScotch() function