Home
last modified time | relevance | path

Searched refs:MatPartitioningSetVertexWeights (Results 1 – 8 of 8) sorted by relevance

/petsc/src/mat/graphops/partition/ftn-custom/
H A Dzpartitionf.c21 *ierr = MatPartitioningSetVertexWeights(*part, array); in matpartitioningsetvertexweights_NOTODAY()
/petsc/src/mat/tutorials/
H A Dex15.c74 if (set_vweights) PetscCall(MatPartitioningSetVertexWeights(part, vweights)); in main()
/petsc/src/mat/graphops/partition/impls/hierarchical/
H A Dhierarchical.c138 PetscCall(MatPartitioningSetVertexWeights(hpart->coarseMatPart, coarse_vertex_weights)); in MatPartitioningApply_Hierarchical()
204 …if (part->vertex_weights) PetscCall(MatPartitioningSetVertexWeights(hpart->fineMatPart, fp_vweight… in MatPartitioningApply_Hierarchical()
491 PetscCall(MatPartitioningSetVertexWeights(hpart->improver, vertex_weights)); in MatPartitioningImprove_Hierarchical()
/petsc/src/dm/partitioner/impls/matpart/
H A Dpartmatpart.c153 PetscCall(MatPartitioningSetVertexWeights(p->mp, vwgt)); in PetscPartitionerPartition_MatPartitioning()
/petsc/src/mat/graphops/partition/
H A Dpartition.c482 PetscErrorCode MatPartitioningSetVertexWeights(MatPartitioning part, const PetscInt weights[]) in MatPartitioningSetVertexWeights() function
/petsc/src/dm/impls/plex/
H A Dplexpartition.c1858 PetscCall(MatPartitioningSetVertexWeights(mp, vtxwgt)); in DMPlexRebalanceSharedPoints()
/petsc/include/
H A Dpetscmat.h1802 PETSC_EXTERN PetscErrorCode MatPartitioningSetVertexWeights(MatPartitioning, const PetscInt[]);
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c7925 if (v_wgt) PetscCall(MatPartitioningSetVertexWeights(partitioner, v_wgt)); in PCBDDCMatISGetSubassemblingPattern()