Searched refs:i_local_d (Results 1 – 1 of 1) sorted by relevance
74 Kokkos::View<PetscInt *> i_local_d; in main() local84 PetscCallCXX(i_local_d = Kokkos::View<PetscInt *>("i_local_d", m + 1)); in main()113 PetscCallCXX(Kokkos::deep_copy(i_local_d, i_local_h)); in main()132 …PetscCall(MatCreateSeqAIJKokkosWithKokkosViews(PETSC_COMM_SELF, m, n, i_local_d, j_local_d, a_loca… in main()