Lines Matching refs:cranges

279   const PetscInt    *aj, *ranges, *Jranges, *rranges, *cranges;  in TaoSNESJacobian_PDIPM()  local
288 PetscCall(MatGetOwnershipRangesColumn(tao->hessian, &cranges)); in TaoSNESJacobian_PDIPM()
322 while (aj[j] >= cranges[proc + 1]) proc++; in TaoSNESJacobian_PDIPM()
323 cols[0] = aj[j] - cranges[proc] + Jranges[proc]; in TaoSNESJacobian_PDIPM()
342 while (aj[j] >= cranges[proc + 1]) proc++; in TaoSNESJacobian_PDIPM()
343 cols[0] = aj[j] - cranges[proc] + Jranges[proc]; in TaoSNESJacobian_PDIPM()
374 while (aj[j] >= cranges[proc + 1]) proc++; in TaoSNESJacobian_PDIPM()
375 cols[0] = aj[j] - cranges[proc] + Jranges[proc]; in TaoSNESJacobian_PDIPM()
845 const PetscInt *cols, *rranges, *cranges, *aj, *ranges; in TaoSetup_PDIPM() local
1044 PetscCall(MatGetOwnershipRangesColumn(tao->hessian, &cranges)); in TaoSetup_PDIPM()
1075 while (aj[j] >= cranges[proc + 1]) proc++; in TaoSetup_PDIPM()
1076 col = aj[j] - cranges[proc] + Jranges[proc]; in TaoSetup_PDIPM()
1149 while (aj[j] >= cranges[proc + 1]) proc++; in TaoSetup_PDIPM()
1150 col = aj[j] - cranges[proc] + Jranges[proc]; in TaoSetup_PDIPM()
1167 while (cols[j] >= cranges[proc + 1]) proc++; in TaoSetup_PDIPM()
1168 col = cols[j] - cranges[proc] + Jranges[proc]; in TaoSetup_PDIPM()
1183 while (aj[j] >= cranges[proc + 1]) proc++; in TaoSetup_PDIPM()
1184 col = aj[j] - cranges[proc] + Jranges[proc]; in TaoSetup_PDIPM()
1206 while (cols[j] >= cranges[proc + 1]) proc++; in TaoSetup_PDIPM()
1207 col = cols[j] - cranges[proc] + Jranges[proc]; in TaoSetup_PDIPM()
1257 while (cols[j] >= cranges[proc + 1]) proc++; in TaoSetup_PDIPM()
1258 col = cols[j] - cranges[proc] + Jranges[proc]; in TaoSetup_PDIPM()
1274 while (cols[j] >= cranges[proc + 1]) proc++; in TaoSetup_PDIPM()
1275 col = cols[j] - cranges[proc] + Jranges[proc]; in TaoSetup_PDIPM()