Searched refs:vwgts (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/partitioner/impls/chaco/ |
| H A D | partchaco.c | 37 PETSC_EXTERN int interface(int nvtxs, int *start, int *adjacency, int *vwgts, float *ewgts, float *… 51 int *vwgts = NULL; /* weights for all vertices */ in PetscPartitionerPartition_Chaco() local 116 …err = interface(nvtxs, (int *)start, (int *)adjacency, vwgts, ewgts, x, y, z, outassignname, outfi… in PetscPartitionerPartition_Chaco()
|
| /petsc/src/dm/partitioner/tests/ |
| H A D | ex33.c | 16 PetscBool vwgts = PETSC_FALSE; in main() local 25 PetscCall(PetscOptionsGetBool(NULL, NULL, "-vwgts", &vwgts, NULL)); in main() 36 if (vwgts) { /* create vertex weights section */ in main()
|
| /petsc/src/mat/graphops/partition/impls/chaco/ |
| H A D | chaco.c | 11 PETSC_EXTERN int interface(int nvtxs, int *start, int *adjacency, int *vwgts, float *ewgts, float *… 61 int nvtxs, *start, *adjacency, *vwgts, architecture, ndims_tot; in MatPartitioningApply_Chaco() local 112 vwgts = part->vertex_weights; /* weights for all vertices */ in MatPartitioningApply_Chaco() 138 …cerr = interface(nvtxs, start, adjacency, vwgts, NULL, NULL, NULL, NULL, NULL, NULL, assignment, a… in MatPartitioningApply_Chaco()
|