Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/mpi/kokkos/
H A Dmpiaijkok.kokkos.cxx476 MatRowMapType *Fdi, *Foi; in MatMPIAIJKokkosReduceBegin() local
483 Foi = Foi_h.data() + 1; in MatMPIAIJKokkosReduceBegin()
519 Foi[curRowIdx]++; in MatMPIAIJKokkosReduceBegin()
530 Foi = Foi_h.data(); in MatMPIAIJKokkosReduceBegin()
533 Foi[i + 1] += Foi[i]; in MatMPIAIJKokkosReduceBegin()
536 Fonz = Foi[Fm]; in MatMPIAIJKokkosReduceBegin()
863 MatRowMapType *Fdi = Fdi_h.data(), *Foi = Foi_h.data(); in MatMPIAIJKokkosBcastBegin() local
866 Fdi[0] = Foi[0] = 0; in MatMPIAIJKokkosBcastBegin()
876 Foi[i + 1] = (Fi[i + 1] - Fi[i]) - Fdi[i + 1]; // row i length in Foi in MatMPIAIJKokkosBcastBegin()
880 Foi[i + 1] += Foi[i]; in MatMPIAIJKokkosBcastBegin()
[all …]