Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex302k.kokkos.cxx100 Kokkos::View<PetscInt *, HostMirrorMemorySpace> i_nonlocal_h; in main() local
107 PetscCallCXX(i_nonlocal_h = Kokkos::View<PetscInt *, HostMirrorMemorySpace>(oi, m + 1)); in main()
116 PetscCallCXX(Kokkos::deep_copy(i_nonlocal_d, i_nonlocal_h)); in main()