Searched refs:fp_vweights (Results 1 – 1 of 1) sorted by relevance
48 PetscInt nsvwegihts, *fp_vweights; in MatPartitioningApply_Hierarchical() local161 PetscCall(PetscMalloc1(nsvwegihts, &fp_vweights)); in MatPartitioningApply_Hierarchical()163 PetscCall(PetscArraycpy(fp_vweights, svweights_indices, nsvwegihts)); in MatPartitioningApply_Hierarchical()204 …(part->vertex_weights) PetscCall(MatPartitioningSetVertexWeights(hpart->fineMatPart, fp_vweights)); in MatPartitioningApply_Hierarchical()