Searched refs:vertex_coords_dev (Results 1 – 1 of 1) sorted by relevance
129 …Kokkos::View<PetscScalar **, Kokkos::LayoutLeft, MemSpace> vertex_coords_dev("vertex_coords", n_ve… in DMPlexGetLETKFLocalizationMatrix() local140 Kokkos::deep_copy(vertex_coords_dev, vertex_coords_host); in DMPlexGetLETKFLocalizationMatrix()189 for (PetscInt d = 0; d < dim; ++d) v_coords[d] = PetscRealPart(vertex_coords_dev(i, d)); in DMPlexGetLETKFLocalizationMatrix()