Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/partition/impls/hierarchical/
H A Dhierarchical.c49 const PetscInt *svweights_indices; in MatPartitioningApply_Hierarchical() local
162 PetscCall(ISGetIndices(svweights, &svweights_indices)); in MatPartitioningApply_Hierarchical()
163 PetscCall(PetscArraycpy(fp_vweights, svweights_indices, nsvwegihts)); in MatPartitioningApply_Hierarchical()
164 PetscCall(ISRestoreIndices(svweights, &svweights_indices)); in MatPartitioningApply_Hierarchical()