Searched refs:vertex_coords_host (Results 1 – 1 of 1) sorted by relevance
132 …Kokkos::View<PetscScalar **, Kokkos::LayoutLeft, Kokkos::HostSpace> vertex_coords_host("vertex_coo… in DMPlexGetLETKFLocalizationMatrix() local137 for (PetscInt i = 0; i < n_vert_local; ++i) vertex_coords_host(i, d) = local_coords_array[i]; in DMPlexGetLETKFLocalizationMatrix()140 Kokkos::deep_copy(vertex_coords_dev, vertex_coords_host); in DMPlexGetLETKFLocalizationMatrix()