Home
last modified time | relevance | path

Searched defs:use_edge_weights (Results 1 – 4 of 4) sorted by relevance

/petsc/src/mat/tutorials/
H A Dex15.c11 PetscBool set_vweights = PETSC_FALSE, use_edge_weights = PETSC_FALSE; in main() local
/petsc/src/mat/graphops/partition/
H A Dpartition.c543 PetscErrorCode MatPartitioningSetUseEdgeWeights(MatPartitioning part, PetscBool use_edge_weights) in MatPartitioningSetUseEdgeWeights()
567 PetscErrorCode MatPartitioningGetUseEdgeWeights(MatPartitioning part, PetscBool *use_edge_weights) in MatPartitioningGetUseEdgeWeights()
/petsc/src/mat/graphops/partition/impls/hierarchical/
H A Dhierarchical.c52 PetscBool use_edge_weights; in MatPartitioningApply_Hierarchical() local
/petsc/include/petsc/private/
H A Dmatimpl.h554 PetscBool use_edge_weights; /* A flag indicates whether or not to use edge weights */ member