Lines Matching refs:proc
282 PetscInt proc, nx_all, *nce_all = pdipm->nce_all; in TaoSNESJacobian_PDIPM() local
320 proc = 0; 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()
340 proc = 0; 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()
372 proc = 0; 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()
389 proc = 0; in TaoSNESJacobian_PDIPM()
392 while (aj[j] >= ranges[proc + 1]) proc++; in TaoSNESJacobian_PDIPM()
393 nx_all = rranges[proc + 1] - rranges[proc]; in TaoSNESJacobian_PDIPM()
394 cols[0] = aj[j] - ranges[proc] + Jranges[proc] + nx_all; in TaoSNESJacobian_PDIPM()
404 proc = 0; in TaoSNESJacobian_PDIPM()
407 while (aj[j] >= ranges[proc + 1]) proc++; in TaoSNESJacobian_PDIPM()
408 nx_all = rranges[proc + 1] - rranges[proc]; in TaoSNESJacobian_PDIPM()
409 cols[0] = aj[j] - ranges[proc] + Jranges[proc] + nx_all + nce_all[proc]; in TaoSNESJacobian_PDIPM()
842 PetscInt row, col, Jcrstart, Jcrend, k, tmp, nc, proc, *nh_all, *ng_all; in TaoSetup_PDIPM() local
1073 proc = 0; 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()
1085 proc = 0; in TaoSetup_PDIPM()
1088 while (aj[j] >= ranges[proc + 1]) proc++; in TaoSetup_PDIPM()
1089 nx_all = rranges[proc + 1] - rranges[proc]; in TaoSetup_PDIPM()
1090 col = aj[j] - ranges[proc] + Jranges[proc] + nx_all; in TaoSetup_PDIPM()
1100 proc = 0; in TaoSetup_PDIPM()
1103 while (aj[j] >= ranges[proc + 1]) proc++; in TaoSetup_PDIPM()
1104 nx_all = rranges[proc + 1] - rranges[proc]; in TaoSetup_PDIPM()
1105 col = aj[j] - ranges[proc] + Jranges[proc] + nx_all + ng_all[proc]; in TaoSetup_PDIPM()
1115 proc = 0; in TaoSetup_PDIPM()
1118 while (aj[j] >= ranges[proc + 1]) proc++; in TaoSetup_PDIPM()
1119 nx_all = rranges[proc + 1] - rranges[proc]; in TaoSetup_PDIPM()
1120 col = aj[j] - ranges[proc] + Jranges[proc] + nx_all + nce_all[proc]; in TaoSetup_PDIPM()
1129 proc = 0; in TaoSetup_PDIPM()
1132 while (aj[j] >= ranges[proc + 1]) proc++; in TaoSetup_PDIPM()
1133 nx_all = rranges[proc + 1] - rranges[proc]; in TaoSetup_PDIPM()
1134 col = aj[j] - ranges[proc] + Jranges[proc] + nx_all + nce_all[proc] + nh_all[proc]; in TaoSetup_PDIPM()
1147 proc = 0; 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()
1165 proc = 0; 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()
1181 proc = 0; 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()
1204 proc = 0; 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()
1255 proc = 0; 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()
1272 proc = 0; 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()