Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/partition/impls/party/
H A Dparty.c33 int n, *edge_p, *edge, *vertex_w, p, *part_party, cutsize, redl, rec; in MatPartitioningApply_Party() local
77 vertex_w = part->vertex_weights; /* weights for all vertices */ in MatPartitioningApply_Party()
97 …perr = party_lib(n, vertex_w, NULL, NULL, NULL, edge_p, edge, NULL, p, part_party, &cutsize, redl,… in MatPartitioningApply_Party()
100 part_info(n, vertex_w, edge_p, edge, NULL, p, part_party, 1); in MatPartitioningApply_Party()