Lines Matching refs:cj
5129 PetscInt *ci, *cj, col, ncols_d, ncols_o, jo; in MatMPIAIJGetLocalMat() local
5161 PetscCall(PetscMalloc1(1 + ci[am], &cj)); in MatMPIAIJGetLocalMat()
5171 cj[k] = col; in MatMPIAIJGetLocalMat()
5177 cj[k] = cstart + *aj++; in MatMPIAIJGetLocalMat()
5182 cj[k] = cmap[*bj++]; in MatMPIAIJGetLocalMat()
5187 PetscCall(MatCreateSeqAIJWithArrays(PETSC_COMM_SELF, am, A->cmap->N, ci, cj, ca, A_loc)); in MatMPIAIJGetLocalMat()
5197 cj = mat->j; in MatMPIAIJGetLocalMat()
5277 PetscInt *ci, *cj; in MatMPIAIJGetLocalMatMerge() local
5289 PetscCall(PetscMalloc1(ai[am] + bi[am], &cj)); in MatMPIAIJGetLocalMatMerge()
5298 cj[k] = *aj++; in MatMPIAIJGetLocalMatMerge()
5303 cj[k] = dn + *bj++; in MatMPIAIJGetLocalMatMerge()
5308 PetscCall(MatCreateSeqAIJWithArrays(PETSC_COMM_SELF, am, dn + on, ci, cj, ca, A_loc)); in MatMPIAIJGetLocalMatMerge()