Lines Matching refs:Jranges
279 const PetscInt *aj, *ranges, *Jranges, *rranges, *cranges; in TaoSNESJacobian_PDIPM() local
285 PetscCall(MatGetOwnershipRanges(Jpre, &Jranges)); in TaoSNESJacobian_PDIPM()
323 cols[0] = aj[j] - cranges[proc] + Jranges[proc]; in TaoSNESJacobian_PDIPM()
343 cols[0] = aj[j] - cranges[proc] + Jranges[proc]; in TaoSNESJacobian_PDIPM()
375 cols[0] = aj[j] - cranges[proc] + Jranges[proc]; in TaoSNESJacobian_PDIPM()
394 cols[0] = aj[j] - ranges[proc] + Jranges[proc] + nx_all; in TaoSNESJacobian_PDIPM()
409 cols[0] = aj[j] - ranges[proc] + Jranges[proc] + nx_all + nce_all[proc]; in TaoSNESJacobian_PDIPM()
849 PetscInt *dnz, *onz, rjstart, nx_all, *nce_all, *Jranges, cols1[2]; in TaoSetup_PDIPM() local
1038 PetscCall(PetscMalloc3(size, &ng_all, size, &nh_all, size, &Jranges)); in TaoSetup_PDIPM()
1039 PetscCallMPI(MPI_Allgather(&rstart, 1, MPIU_INT, Jranges, 1, MPIU_INT, comm)); in TaoSetup_PDIPM()
1076 col = aj[j] - cranges[proc] + Jranges[proc]; in TaoSetup_PDIPM()
1090 col = aj[j] - ranges[proc] + Jranges[proc] + nx_all; in TaoSetup_PDIPM()
1105 col = aj[j] - ranges[proc] + Jranges[proc] + nx_all + ng_all[proc]; in TaoSetup_PDIPM()
1120 col = aj[j] - ranges[proc] + Jranges[proc] + nx_all + nce_all[proc]; in TaoSetup_PDIPM()
1134 col = aj[j] - ranges[proc] + Jranges[proc] + nx_all + nce_all[proc] + nh_all[proc]; in TaoSetup_PDIPM()
1150 col = aj[j] - cranges[proc] + Jranges[proc]; in TaoSetup_PDIPM()
1168 col = cols[j] - cranges[proc] + Jranges[proc]; in TaoSetup_PDIPM()
1184 col = aj[j] - cranges[proc] + Jranges[proc]; in TaoSetup_PDIPM()
1207 col = cols[j] - cranges[proc] + Jranges[proc]; in TaoSetup_PDIPM()
1258 col = cols[j] - cranges[proc] + Jranges[proc]; in TaoSetup_PDIPM()
1275 col = cols[j] - cranges[proc] + Jranges[proc]; in TaoSetup_PDIPM()
1300 PetscCall(PetscFree3(ng_all, nh_all, Jranges)); in TaoSetup_PDIPM()