Searched refs:local_method (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/mat/graphops/partition/impls/chaco/ |
| H A D | chaco.c | 11 …int ndims_tot, int mesh_dims[3], double *goal, int global_method, int local_method, int rqi_flag, … 44 MPChacoLocalType local_method; /* local method */ member 62 int mesh_dims[3], global_method, local_method, rqi_flag, vmax, ndims; in MatPartitioningApply_Chaco() local 117 local_method = chaco->local_method; /* local partitioning algorithm */ in MatPartitioningApply_Chaco() 138 … assignment, architecture, ndims_tot, mesh_dims, NULL, global_method, local_method, rqi_flag, vmax… in MatPartitioningApply_Chaco() 181 …ll(PetscViewerASCIIPrintf(viewer, " Local method: %s\n", MPChacoLocalTypes[chaco->local_method])); in MatPartitioningView_Chaco() 309 chaco->local_method = method; in MatPartitioningChacoSetLocal_Chaco() 346 *method = chaco->local_method; in MatPartitioningChacoGetLocal_Chaco() 629 … "MatPartitioningChacoSetLocal", MPChacoLocalTypes, (PetscEnum)chaco->local_method, (PetscEnum *)&… in MatPartitioningSetFromOptions_Chaco() 685 chaco->local_method = MP_CHACO_KERNIGHAN; in MatPartitioningCreate_Chaco()
|
| /petsc/src/dm/partitioner/impls/chaco/ |
| H A D | partchaco.c | 37 …int ndims_tot, int mesh_dims[3], double *goal, int global_method, int local_method, int rqi_flag, … 61 int local_method = 1; /* local partitioning algorithm */ in PetscPartitionerPartition_Chaco() local 116 … assignment, architecture, ndims_tot, mesh_dims, goal, global_method, local_method, rqi_flag, vmax… in PetscPartitionerPartition_Chaco()
|