Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex302k.kokkos.cxx101 Kokkos::View<PetscInt *, HostMirrorMemorySpace> j_nonlocal_h; in main() local
108 PetscCallCXX(j_nonlocal_h = Kokkos::View<PetscInt *, HostMirrorMemorySpace>(oj, oi[5])); in main()
117 PetscCallCXX(Kokkos::deep_copy(j_nonlocal_d, j_nonlocal_h)); in main()