Searched refs:E_NzLeft (Results 1 – 1 of 1) sorted by relevance
122 PetscIntKokkosView E_NzLeft; member361 PetscInt *E_NzLeft = E_NzLeft_h.data(), *E_RowLen = E_RowLen_h.data(); in MatMPIAIJKokkosReduceBegin() local378 E_NzLeft[i] = first - (Bj + Bi[i]); in MatMPIAIJKokkosReduceBegin()450 PetscInt nzLeft = E_NzLeft[i]; in MatMPIAIJKokkosReduceBegin()603 mm->E_NzLeft = Kokkos::create_mirror_view_and_copy(DefaultMemorySpace(), E_NzLeft_h); in MatMPIAIJKokkosReduceBegin()635 const auto &E_NzLeft = mm->E_NzLeft; in MatMPIAIJKokkosReduceBegin() local654 PetscInt nzleft = E_NzLeft(i); in MatMPIAIJKokkosReduceBegin()760 PetscInt *E_NzLeft = E_NzLeft_h.data(), *E_RowLen = E_RowLen_h.data(); in MatMPIAIJKokkosBcastBegin() local777 E_NzLeft[i] = first - (Bj + Bi[i]); in MatMPIAIJKokkosBcastBegin()845 PetscInt nzLeft = E_NzLeft[i]; in MatMPIAIJKokkosBcastBegin()[all …]