Home
last modified time | relevance | path

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

/petsc/src/mat/tutorials/
H A Dex15.c76 PetscCall(MatPartitioningSetUseEdgeWeights(part, use_edge_weights)); in main()
/petsc/src/mat/graphops/partition/impls/hierarchical/
H A Dhierarchical.c142 PetscCall(MatPartitioningSetUseEdgeWeights(hpart->coarseMatPart, use_edge_weights)); in MatPartitioningApply_Hierarchical()
201 PetscCall(MatPartitioningSetUseEdgeWeights(hpart->fineMatPart, use_edge_weights)); in MatPartitioningApply_Hierarchical()
/petsc/src/mat/graphops/partition/
H A Dpartition.c543 PetscErrorCode MatPartitioningSetUseEdgeWeights(MatPartitioning part, PetscBool use_edge_weights) in MatPartitioningSetUseEdgeWeights() function
/petsc/include/
H A Dpetscmat.h1804 PETSC_EXTERN PetscErrorCode MatPartitioningSetUseEdgeWeights(MatPartitioning, PetscBool);