Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex302k.kokkos.cxx98 Kokkos::View<PetscInt *, HostMirrorMemorySpace> j_local_h; in main() local
105 PetscCallCXX(j_local_h = Kokkos::View<PetscInt *, HostMirrorMemorySpace>(dj, di[5])); in main()
114 PetscCallCXX(Kokkos::deep_copy(j_local_d, j_local_h)); in main()