Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/mpi/kokkos/
H A Dmpiaijkok.kokkos.cxx543 MatColIdxType *Fdj = Fdj_h.data(), *Foj = Foj_h.data(); in MatMPIAIJKokkosReduceBegin() local
580 Foj[Fonz] = curColIdx; // in global in MatMPIAIJKokkosReduceBegin()
597 PetscCall(ReduceTwoSetsOfGlobalIndices(n1, garray1, Fonz, Foj, &n2, &garray2, map)); in MatMPIAIJKokkosReduceBegin()
886 MatColIdxType *Fdj = Fdj_h.data(), *Foj = Foj_h.data(), gid; in MatMPIAIJKokkosBcastBegin() local
894 Foj[Foi[i] + j] = gid; in MatMPIAIJKokkosBcastBegin()
898 Foj[Foi[i] + j - len] = gid; in MatMPIAIJKokkosBcastBegin()
907 PetscCall(ReduceTwoSetsOfGlobalIndices(n1, garray1, Fonz, Foj, &n2, &garray2, map)); in MatMPIAIJKokkosBcastBegin()