Searched refs:firstPoint (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/da/ |
| H A D | dasub.c | 276 PetscInt xs, xm, ys, ym, zs, zm, firstPoint; in DMDAGetProcessorSubsets() local 285 firstPoint = zs; in DMDAGetProcessorSubsets() 288 firstPoint = ys; in DMDAGetProcessorSubsets() 290 firstPoint = xs; in DMDAGetProcessorSubsets() 294 PetscCallMPI(MPI_Allgather(&firstPoint, 1, MPIU_INT, firstPoints, 1, MPIU_INT, comm)); in DMDAGetProcessorSubsets() 297 if (firstPoints[p] == firstPoint) { in DMDAGetProcessorSubsets()
|