Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/tests/
H A Dex4k.kokkos.cxx119 Kokkos::View<const PetscScalar *, Kokkos::HostSpace> src1((const PetscScalar *)pbuf, n); in main() local
121 PetscCallCXX(Kokkos::deep_copy(dst1, src1)); in main()