Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/mpi/kokkos/
H A Dmpiaijkok.kokkos.cxx511 PetscInt curColIdx = jbuf[cur]; in MatMPIAIJKokkosReduceBegin() local
514 while (cur + dups < nz && jbuf[cur + dups] == curColIdx) dups++; in MatMPIAIJKokkosReduceBegin()
515 if (curColIdx >= cstart && curColIdx < cend) { in MatMPIAIJKokkosReduceBegin()
569 PetscInt curColIdx = jbuf[cur]; in MatMPIAIJKokkosReduceBegin() local
572 while (cur + dups < nz && jbuf[cur + dups] == curColIdx) dups++; in MatMPIAIJKokkosReduceBegin()
573 if (curColIdx >= cstart && curColIdx < cend) { in MatMPIAIJKokkosReduceBegin()
574 Fdj[Fdnz] = curColIdx - cstart; // easily convert to local in MatMPIAIJKokkosReduceBegin()
580 Foj[Fonz] = curColIdx; // in global in MatMPIAIJKokkosReduceBegin()