Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/kokkos/
H A Dplexlocalizationletkf.kokkos.cxx146 …Kokkos::View<PetscReal **, Kokkos::LayoutRight, Kokkos::HostSpace> obs_coords_host("obs_coords_hos… in DMPlexGetLETKFLocalizationMatrix() local
157 for (PetscInt j = 0; j < n_obs_global; ++j) obs_coords_host(j, d) = PetscRealPart(array[j]); in DMPlexGetLETKFLocalizationMatrix()
162 Kokkos::deep_copy(obs_coords_dev, obs_coords_host); in DMPlexGetLETKFLocalizationMatrix()