Home
last modified time | relevance | path

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

/petsc/src/ts/utils/dmplexlandau/kokkos/
H A Dlandau.kokkos.cxx115 Kokkos::View<P4estVertexMaps, Kokkos::HostSpace> h_maps_k(&h_maps); in LandauKokkosCreateMatMaps() local
116 …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()