Home
last modified time | relevance | path

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

/petsc/src/dm/partitioner/impls/chaco/
H A Dpartchaco.c37 …r *outfilename, short *assignment, int architecture, int ndims_tot, int mesh_dims[3], double *goal…
58 int mesh_dims[3]; /* dimensions of mesh of processors */ in PetscPartitionerPartition_Chaco() local
98 mesh_dims[0] = nparts; in PetscPartitionerPartition_Chaco()
99 mesh_dims[1] = 1; in PetscPartitionerPartition_Chaco()
100 mesh_dims[2] = 1; in PetscPartitionerPartition_Chaco()
116 … y, z, outassignname, outfilename, assignment, architecture, ndims_tot, mesh_dims, goal, global_me… in PetscPartitionerPartition_Chaco()
/petsc/src/mat/graphops/partition/impls/chaco/
H A Dchaco.c11 …r *outfilename, short *assignment, int architecture, int ndims_tot, int mesh_dims[3], double *goal…
62 int mesh_dims[3], global_method, local_method, rqi_flag, vmax, ndims; in MatPartitioningApply_Chaco() local
115 mesh_dims[0] = part->n; /* dimensions of mesh of processors */ in MatPartitioningApply_Chaco()
138 …ULL, NULL, NULL, NULL, NULL, NULL, assignment, architecture, ndims_tot, mesh_dims, NULL, global_me… in MatPartitioningApply_Chaco()