Searched refs:ConstPetscScalarKokkosViewHost (Results 1 – 2 of 2) sorted by relevance
90 using ConstPetscScalarKokkosViewHost = ConstPetscScalarKokkosViewType<HostMirrorMemorySpace>; typedef
83 …ate PETSC_VISIBILITY_PUBLIC PetscErrorCode VecGetKokkosView(Vec, ConstPetscScalarKokkosViewHost *);982 ConstPetscScalarKokkosViewHost xv(xp, n), yv(yp, n); in VecPointwiseMult_SeqKokkos()1020 ConstPetscScalarKokkosViewHost xv(xp, n), yv(yp, n); in VecPointwiseDivide_SeqKokkos()1589 … = Kokkos::create_mirror_view_and_copy(DefaultMemorySpace(), ConstPetscScalarKokkosViewHost(v, vec… in VecSetValuesCOO_SeqKokkos()