Home
last modified time | relevance | path

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

/petsc/src/mat/tutorials/
H A Dex15.c78 PetscCall(MatPartitioningGetUseEdgeWeights(part, &use_edge_weights)); in main()
/petsc/src/mat/graphops/partition/
H A Dpartition.c567 PetscErrorCode MatPartitioningGetUseEdgeWeights(MatPartitioning part, PetscBool *use_edge_weights) in MatPartitioningGetUseEdgeWeights() function
/petsc/src/mat/graphops/partition/impls/hierarchical/
H A Dhierarchical.c141 PetscCall(MatPartitioningGetUseEdgeWeights(part, &use_edge_weights)); in MatPartitioningApply_Hierarchical()
/petsc/include/
H A Dpetscmat.h1805 PETSC_EXTERN PetscErrorCode MatPartitioningGetUseEdgeWeights(MatPartitioning, PetscBool *);