Home
last modified time | relevance | path

Searched refs:MatPartitioningApplyND (Results 1 – 6 of 6) sorted by relevance

/petsc/src/mat/tests/
H A Dex40.c85 PetscCall(MatPartitioningApplyND(part, &ndmap)); in main()
H A Dex73.c81 PetscCall(MatPartitioningApplyND(part, &is)); in main()
/petsc/doc/changes/
H A D310.md52 - Added MatPartitioningApplyND() to compute a nested dissection
/petsc/src/mat/graphops/partition/
H A Dpartition.c260 PetscErrorCode MatPartitioningApplyND(MatPartitioning matp, IS *partitioning) in MatPartitioningApplyND() function
/petsc/include/
H A Dpetscmat.h1809 PETSC_EXTERN PetscErrorCode MatPartitioningApplyND(MatPartitioning, IS *);
/petsc/src/mat/impls/is/
H A Dmatis.c448 PetscCall(MatPartitioningApplyND(part, &ndmap)); in MatMPIXAIJComputeLocalToGlobalMapping_Private()