Searched refs:MatPartitioningSetVertexWeights (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/mat/graphops/partition/ftn-custom/ |
| H A D | zpartitionf.c | 21 *ierr = MatPartitioningSetVertexWeights(*part, array); in matpartitioningsetvertexweights_NOTODAY()
|
| /petsc/src/mat/tutorials/ |
| H A D | ex15.c | 74 if (set_vweights) PetscCall(MatPartitioningSetVertexWeights(part, vweights)); in main()
|
| /petsc/src/mat/graphops/partition/impls/hierarchical/ |
| H A D | hierarchical.c | 138 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 D | partmatpart.c | 153 PetscCall(MatPartitioningSetVertexWeights(p->mp, vwgt)); in PetscPartitionerPartition_MatPartitioning()
|
| /petsc/src/mat/graphops/partition/ |
| H A D | partition.c | 482 PetscErrorCode MatPartitioningSetVertexWeights(MatPartitioning part, const PetscInt weights[]) in MatPartitioningSetVertexWeights() function
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexpartition.c | 1858 PetscCall(MatPartitioningSetVertexWeights(mp, vtxwgt)); in DMPlexRebalanceSharedPoints()
|
| /petsc/include/ |
| H A D | petscmat.h | 1802 PETSC_EXTERN PetscErrorCode MatPartitioningSetVertexWeights(MatPartitioning, const PetscInt[]);
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcprivate.c | 7925 if (v_wgt) PetscCall(MatPartitioningSetVertexWeights(partitioner, v_wgt)); in PCBDDCMatISGetSubassemblingPattern()
|