Home
last modified time | relevance | path

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

/petsc/src/dm/impls/composite/
H A Dpackimpl.h15 PetscInt grstart; /* grstart is relative to all processes */ member
H A Dpack.c124 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()