Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/partition/impls/hierarchical/
H A Dhierarchical.c48 PetscInt nsvwegihts, *fp_vweights; in MatPartitioningApply_Hierarchical() local
161 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()