Searched refs:grstart (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/composite/ |
| H A D | packimpl.h | 15 PetscInt grstart; /* grstart is relative to all processes */ member
|
| H A D | pack.c | 124 next->grstart = com->rstart + next->rstart; in DMSetUp_Composite() 126 …PetscCallMPI(MPI_Allgather(&next->grstart, 1, MPIU_INT, next->grstarts, 1, MPIU_INT, PetscObjectCo… in DMSetUp_Composite() 1039 …PetscCall(ISCreateStride(PetscObjectComm((PetscObject)dm), next->n, next->grstart, 1, &(*is)[cnt])… in DMCompositeGetGlobalISs()
|