Searched refs:svweights_indices (Results 1 – 1 of 1) sorted by relevance
49 const PetscInt *svweights_indices; in MatPartitioningApply_Hierarchical() local162 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()