Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex302k.kokkos.cxx79 Kokkos::View<PetscInt *> i_nonlocal_d; in main() local
89 PetscCallCXX(i_nonlocal_d = Kokkos::View<PetscInt *>("i_nonlocal_d", m + 1)); in main()
116 PetscCallCXX(Kokkos::deep_copy(i_nonlocal_d, i_nonlocal_h)); in main()
135 …PetscCall(MatCreateSeqAIJKokkosWithKokkosViews(PETSC_COMM_SELF, m, n_ab, i_nonlocal_d, j_nonlocal_… in main()