Home
last modified time | relevance | path

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

/petsc/src/dm/impls/composite/
H A Dpackimpl.h19 PetscInt *grstarts; /* global row for first unknown of this DM on each process */ member
H A Dpackm.c115 ccols[j] = cols[j] + next->grstarts[proc] - rstarts[proc]; in DMCreateMatrix_Composite_AIJ()
161 ccols[j] = cols[j] + next->grstarts[proc] - rstarts[proc]; in DMCreateMatrix_Composite_AIJ()
H A Dpack.c65 PetscCall(PetscFree(prev->grstarts)); in DMDestroy_Composite()
125 PetscCall(PetscMalloc1(size, &next->grstarts)); in DMSetUp_Composite()
126 …PetscCallMPI(MPI_Allgather(&next->grstart, 1, MPIU_INT, next->grstarts, 1, MPIU_INT, PetscObjectCo… in DMSetUp_Composite()
917 idx[i] = subi - next->grstarts[rank]; in DMCompositeGetISLocalToGlobalMappings()
926 idx[i] = subi - suboff[lo] + next->grstarts[lo]; in DMCompositeGetISLocalToGlobalMappings()