Searched refs:irow_indices (Results 1 – 1 of 1) sorted by relevance
138 const PetscInt *irow_indices, *icol_indices; in MatCreateSubMatrices_MPIAdj_Private() local173 PetscCall(ISGetIndices(irow[i], &irow_indices)); in MatCreateSubMatrices_MPIAdj_Private()174 PetscCall(PetscArraycpy(indices, irow_indices, irow_n)); in MatCreateSubMatrices_MPIAdj_Private()175 PetscCall(ISRestoreIndices(irow[i], &irow_indices)); in MatCreateSubMatrices_MPIAdj_Private()