Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/mpi/kokkos/
H A Dmpiaijkok.kokkos.cxx741 Mat_MPIAIJ *empi = static_cast<Mat_MPIAIJ *>(E->data); in MatMPIAIJKokkosBcastBegin() local
742 Mat A = empi->A, B = empi->B; // diag and off-diag in MatMPIAIJKokkosBcastBegin()
752 const PetscInt *garray1 = empi->garray; // its size is n1 in MatMPIAIJKokkosBcastBegin()
772 if (empi->garray[*it] < cstart) { // map local to global in MatMPIAIJKokkosBcastBegin()
849 buf[j] = empi->garray[Bj[Bi[i] + j]]; // left B, in global in MatMPIAIJKokkosBcastBegin()
853 buf[j] = empi->garray[Bj[Bi[i] + j - alen]]; // right B, in global in MatMPIAIJKokkosBcastBegin()