Searched refs:ncols_o (Results 1 – 1 of 1) sorted by relevance
5129 PetscInt *ci, *cj, col, ncols_d, ncols_o, jo; in MatMPIAIJGetLocalMat() local5165 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() local5295 ci[i + 1] = ci[i] + ncols_o + ncols_d; in MatMPIAIJGetLocalMatMerge()5302 for (j = 0; j < ncols_o; j++, k++) { in MatMPIAIJGetLocalMatMerge()[all …]