Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/mpi/kokkos/
H A Dmpiaijkok.kokkos.cxx487 …PetscInt dupRows = 1; // current row has this many contributing rows (of various sparsity patter… in MatMPIAIJKokkosReduceBegin() local
489 …while (iter + dupRows < recvRowCnt && irootloc[recvRowPerm[iter + dupRows]] == curRowIdx) dupRows+… in MatMPIAIJKokkosReduceBegin()
497 for (PetscInt d = 0; d < dupRows; d++) { in MatMPIAIJKokkosReduceBegin()
526 iter += dupRows; // Move to next unique row in MatMPIAIJKokkosReduceBegin()
556 …PetscInt dupRows = 1; // It has this many contributing rows (of variou… in MatMPIAIJKokkosReduceBegin() local
559 …while (iter + dupRows < recvRowCnt && irootloc[recvRowPerm[iter + dupRows]] == curRowIdx) dupRows+… in MatMPIAIJKokkosReduceBegin()
560 for (PetscInt d = 0; d < dupRows; d++) { in MatMPIAIJKokkosReduceBegin()
589 iter += dupRows; // Move to next unique row in MatMPIAIJKokkosReduceBegin()