Searched refs:v_h (Results 1 – 1 of 1) sorted by relevance
48 PetscScalarKokkosViewHost v_h(array_h, n); in Vec_Kokkos() local54 …v_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()70 PetscScalarKokkosViewHost v_h(array, v_dual.extent(0)); in UpdateArray() local74 PetscCallCXX(v_dual = PetscScalarKokkosDualView(v_d, v_h)); in UpdateArray()81 PetscScalarKokkosViewHost v_h(array, v_dual.extent(0)); in UpdateArray() local84 PetscCallCXX(v_dual = PetscScalarKokkosDualView(v_dual.view<DefaultMemorySpace>(), v_h)); in UpdateArray()