Home
last modified time | relevance | path

Searched refs:nlrows_is (Results 1 – 1 of 1) sorted by relevance

/petsc/src/mat/impls/adj/mpi/
H A Dmpiadj.c12 PetscInt nlrows_is, icols_n, i, j, nroots, nleaves, rlocalindex, *ncols_send, *ncols_recv; in MatCreateSubMatrix_MPIAdj_data() local
27 PetscCall(ISGetLocalSize(irows, &nlrows_is)); in MatCreateSubMatrix_MPIAdj_data()
29 PetscCall(PetscMalloc1(nlrows_is, &iremote)); in MatCreateSubMatrix_MPIAdj_data()
31 nleaves = nlrows_is; in MatCreateSubMatrix_MPIAdj_data()
32 for (i = 0; i < nlrows_is; i++) { in MatCreateSubMatrix_MPIAdj_data()
40 …all(PetscCalloc4(nlrows_mat, &ncols_send, nlrows_is, &xadj_recv, nlrows_is + 1, &ncols_recv_offset… in MatCreateSubMatrix_MPIAdj_data()
53 for (i = 0; i < nlrows_is; i++) { in MatCreateSubMatrix_MPIAdj_data()
63 for (i = 0; i < nlrows_is; i++) { in MatCreateSubMatrix_MPIAdj_data()
89 for (i = 0; i < nlrows_is; i++) { in MatCreateSubMatrix_MPIAdj_data()
104 PetscCall(PetscCalloc1(nlrows_is + 1, &sxadj)); in MatCreateSubMatrix_MPIAdj_data()
[all …]