Searched refs:color_start (Results 1 – 1 of 1) sorted by relevance
65 PetscInt *color_start, *row_start, *nrows_new, nz_new, row_end; in MatFDColoringSetUpBlocked_AIJ_Private() local69 PetscCall(PetscMalloc2(bcols + 1, &color_start, bcols, &row_start)); in MatFDColoringSetUpBlocked_AIJ_Private()75 color_start[bcols] = 0; in MatFDColoringSetUpBlocked_AIJ_Private()83 color_start[nis - i] = color_start[bcols]; in MatFDColoringSetUpBlocked_AIJ_Private()87 color_start[0] = color_start[bcols]; in MatFDColoringSetUpBlocked_AIJ_Private()89 color_start[j + 1] = c->nrows[i + j] + color_start[j]; in MatFDColoringSetUpBlocked_AIJ_Private()99 nz = color_start[j]; in MatFDColoringSetUpBlocked_AIJ_Private()102 color_start[j] = nz; in MatFDColoringSetUpBlocked_AIJ_Private()128 color_start[nis - i] = color_start[bcols]; in MatFDColoringSetUpBlocked_AIJ_Private()132 color_start[0] = color_start[bcols]; in MatFDColoringSetUpBlocked_AIJ_Private()[all …]