Home
last modified time | relevance | path

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

/petsc/src/dm/impls/da/
H A Ddasub.c274 PetscInt *firstPoints; in DMDAGetProcessorSubsets() local
293 PetscCall(PetscMalloc2(size, &firstPoints, size, &subgroupRanks)); in DMDAGetProcessorSubsets()
294 PetscCallMPI(MPI_Allgather(&firstPoint, 1, MPIU_INT, firstPoints, 1, MPIU_INT, comm)); in DMDAGetProcessorSubsets()
297 if (firstPoints[p] == firstPoint) { in DMDAGetProcessorSubsets()
308 PetscCall(PetscFree2(firstPoints, subgroupRanks)); in DMDAGetProcessorSubsets()