Searched refs:h_maps_k (Results 1 – 1 of 1) sorted by relevance
115 Kokkos::View<P4estVertexMaps, Kokkos::HostSpace> h_maps_k(&h_maps); in LandauKokkosCreateMatMaps() local116 …w<P4estVertexMaps>(Kokkos::create_mirror(Kokkos::DefaultExecutionSpace::memory_space(), h_maps_k)); in LandauKokkosCreateMatMaps()117 Kokkos::deep_copy(*d_maps_k, h_maps_k); in LandauKokkosCreateMatMaps()