Home
last modified time | relevance | path

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

/petsc/src/vec/vec/impls/seq/kokkos/
H A Dveckokkosimpl.hpp49 PetscScalarKokkosView v_d; in Vec_Kokkos() local
52 v_d = PetscScalarKokkosView(array_d, n); /* Use the given device array */ in Vec_Kokkos()
54v_d = Kokkos::create_mirror_view(Kokkos::WithoutInitializing, DefaultMemorySpace(), v_h); /* Creat… in Vec_Kokkos()
56 v_dual = PetscScalarKokkosDualView(v_d, v_h); in Vec_Kokkos()
69 PetscScalarKokkosView v_d(array, v_dual.extent(0)); in UpdateArray() local
74 PetscCallCXX(v_dual = PetscScalarKokkosDualView(v_d, v_h)); in UpdateArray()
92 PetscScalarKokkosView v_d(array, v_dual.extent(0)); in UpdateArray() local
95 PetscCallCXX(v_dual = PetscScalarKokkosDualView(v_d, v_dual.view_host())); in UpdateArray()