Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/kokkos/
H A Dplexlocalizationletkf.kokkos.cxx144 …Kokkos::View<PetscReal **, Kokkos::LayoutRight, MemSpace> obs_coords_dev("obs_coords", n_obs_globa… in DMPlexGetLETKFLocalizationMatrix() local
162 Kokkos::deep_copy(obs_coords_dev, obs_coords_host); in DMPlexGetLETKFLocalizationMatrix()
201 PetscReal diff = v_coords[d] - obs_coords_dev(j, d); in DMPlexGetLETKFLocalizationMatrix()