Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex302k.kokkos.cxx99 Kokkos::View<PetscScalar *, HostMirrorMemorySpace> a_nonlocal_h; in main() local
106 PetscCallCXX(a_nonlocal_h = Kokkos::View<PetscScalar *, HostMirrorMemorySpace>(oa, oi[5])); in main()
115 PetscCallCXX(Kokkos::deep_copy(a_nonlocal_d, a_nonlocal_h)); in main()