Searched refs:icols_indices (Results 1 – 1 of 1) sorted by relevance
15 const PetscInt *irows_indices, *icols_indices, *xadj, *adjncy; in MatCreateSubMatrix_MPIAdj_data() local87 PetscCall(ISGetIndices(icols, &icols_indices)); in MatCreateSubMatrix_MPIAdj_data()91 PetscCall(PetscFindInt(adjncy_recv[j], icols_n, icols_indices, &loc)); in MatCreateSubMatrix_MPIAdj_data()101 PetscCall(ISRestoreIndices(icols, &icols_indices)); in MatCreateSubMatrix_MPIAdj_data()