Searched refs:grstarts (Results 1 – 3 of 3) sorted by relevance
19 PetscInt *grstarts; /* global row for first unknown of this DM on each process */ member
115 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()
65 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()