Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/mpi/kokkos/
H A Dmpiaijkok.kokkos.cxx654 PetscInt nzleft = E_NzLeft(i); in MatMPIAIJKokkosReduceBegin() local
658 if (j < nzleft) { // B left in MatMPIAIJKokkosReduceBegin()
660 } else if (j < nzleft + alen) { // diag A in MatMPIAIJKokkosReduceBegin()
661 val = Aa(Ai(i) + j - nzleft); in MatMPIAIJKokkosReduceBegin()
982 PetscInt nzleft = E_NzLeft(i); in MatMPIAIJKokkosBcastBegin() local
985 if (j < nzleft) { // B left in MatMPIAIJKokkosBcastBegin()
987 } else if (j < nzleft + alen) { // diag A in MatMPIAIJKokkosBcastBegin()
988 rootBuf(disp + j) = Aa(Ai(i) + j - nzleft); in MatMPIAIJKokkosBcastBegin()