Searched refs:icols_n (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/adj/mpi/ |
| H A D | mpiadj.c | 12 PetscInt nlrows_is, icols_n, i, j, nroots, nleaves, rlocalindex, *ncols_send, *ncols_recv; in MatCreateSubMatrix_MPIAdj_data() local 86 PetscCall(ISGetLocalSize(icols, &icols_n)); in MatCreateSubMatrix_MPIAdj_data() 91 PetscCall(PetscFindInt(adjncy_recv[j], icols_n, icols_indices, &loc)); in MatCreateSubMatrix_MPIAdj_data()
|