Lines Matching refs:jmax
277 PetscInt is_no, ct1, max, *rbuf2_i, isz_i, *data_i, jmax; in MatIncreaseOverlap_MPIBAIJ_Once() local
285 jmax = rbuf2[idex][0]; in MatIncreaseOverlap_MPIBAIJ_Once()
286 for (PetscInt j = 1; j <= jmax; j++) { in MatIncreaseOverlap_MPIBAIJ_Once()
625 PetscInt **lens, is_no, ncols, *cols, mat_i, *mat_j, tmp2, jmax; local
758 jmax = nrow[i];
761 PetscCall(PetscMalloc1(jmax, &row2proc_i));
765 for (PetscInt j = 0; j < jmax; j++) {
844 jmax = nrow[i];
845 for (PetscInt j = 0; j < jmax; j++) { /* parse the indices of each IS */
982 jmax = ncol[i];
985 for (PetscInt j = 0; j < jmax; j++) PetscCall(PetscHMapISet(cmap[i], icol_i[j] + 1, j + 1));
992 jmax = ncol[i];
995 for (PetscInt j = 0; j < jmax; j++) cmap_i[icol_i[j]] = j + 1;
1010 jmax = nrow[i];
1014 for (PetscInt j = 0; j < jmax; j++) {
1062 jmax = nrow[i];
1063 for (PetscInt j = 0; j < jmax; j++) {
1074 jmax = nrow[i];
1075 for (PetscInt j = 0; j < jmax; j++) {
1090 jmax = sbuf1_i[0];
1091 ct1 = 2 * jmax + 1;
1095 for (PetscInt j = 1; j <= jmax; j++) {
1296 jmax = nrow[i];
1297 for (PetscInt j = 0; j < jmax; j++) {
1417 jmax = sbuf1_i[0];
1418 ct1 = 2 * jmax + 1;
1423 for (PetscInt j = 1; j <= jmax; j++) {
1495 jmax = nrow[i];
1496 for (PetscInt j = 0; j < jmax; j++) {