Lines Matching refs:ncols_o
5129 PetscInt *ci, *cj, col, ncols_d, ncols_o, jo; in MatMPIAIJGetLocalMat() local
5165 ncols_o = bi[i + 1] - bi[i]; in MatMPIAIJGetLocalMat()
5168 for (jo = 0; jo < ncols_o; jo++) { in MatMPIAIJGetLocalMat()
5181 for (j = jo; j < ncols_o; j++) { in MatMPIAIJGetLocalMat()
5201 ncols_o = bi[i + 1] - bi[i]; in MatMPIAIJGetLocalMat()
5202 for (jo = 0; jo < ncols_o; jo++) { in MatMPIAIJGetLocalMat()
5212 for (j = jo; j < ncols_o; j++) { in MatMPIAIJGetLocalMat()
5293 const PetscInt ncols_o = bi[i + 1] - bi[i]; in MatMPIAIJGetLocalMatMerge() local
5295 ci[i + 1] = ci[i] + ncols_o + ncols_d; in MatMPIAIJGetLocalMatMerge()
5302 for (j = 0; j < ncols_o; j++, k++) { in MatMPIAIJGetLocalMatMerge()
5320 const PetscInt ncols_o = bi[i + 1] - bi[i]; in MatMPIAIJGetLocalMatMerge() local
5324 for (j = 0; j < ncols_o; j++) *ca++ = *ba++; in MatMPIAIJGetLocalMatMerge()