Searched refs:ncols_d (Results 1 – 1 of 1) sorted by relevance
5129 PetscInt *ci, *cj, col, ncols_d, ncols_o, jo; in MatMPIAIJGetLocalMat() local5166 ncols_d = ai[i + 1] - ai[i]; in MatMPIAIJGetLocalMat()5176 for (j = 0; j < ncols_d; j++) { in MatMPIAIJGetLocalMat()5209 ncols_d = ai[i + 1] - ai[i]; in MatMPIAIJGetLocalMat()5210 for (j = 0; j < ncols_d; j++) *cam++ = *aa++; in MatMPIAIJGetLocalMat()5294 const PetscInt ncols_d = ai[i + 1] - ai[i]; in MatMPIAIJGetLocalMatMerge() local5295 ci[i + 1] = ci[i] + ncols_o + ncols_d; in MatMPIAIJGetLocalMatMerge()5297 for (j = 0; j < ncols_d; j++, k++) { in MatMPIAIJGetLocalMatMerge()5319 const PetscInt ncols_d = ai[i + 1] - ai[i]; in MatMPIAIJGetLocalMatMerge() local5322 for (j = 0; j < ncols_d; j++) *ca++ = *aa++; in MatMPIAIJGetLocalMatMerge()