Searched refs:svweights (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/graphops/partition/impls/hierarchical/ |
| H A D | hierarchical.c | 47 IS destination, fineparts_temp, vweights, svweights; in MatPartitioningApply_Hierarchical() local 157 …>vertex_weights ? vweights : NULL, destination, part->vertex_weights ? &svweights : NULL, &sadj, &… in MatPartitioningApply_Hierarchical() 160 PetscCall(ISGetLocalSize(svweights, &nsvwegihts)); in MatPartitioningApply_Hierarchical() 162 PetscCall(ISGetIndices(svweights, &svweights_indices)); in MatPartitioningApply_Hierarchical() 164 PetscCall(ISRestoreIndices(svweights, &svweights_indices)); in MatPartitioningApply_Hierarchical() 165 PetscCall(ISDestroy(&svweights)); in MatPartitioningApply_Hierarchical() 291 …ierarchical_AssembleSubdomain(Mat adj, IS vweights, IS destination, IS *svweights, Mat *sadj, ISLo… in MatPartitioningHierarchical_AssembleSubdomain() argument 310 if (vweights && svweights) PetscCall(ISCreateSubIS(vweights, irows, svweights)); in MatPartitioningHierarchical_AssembleSubdomain()
|