Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dkokkosimpl.hpp90 using ConstPetscScalarKokkosViewHost = ConstPetscScalarKokkosViewType<HostMirrorMemorySpace>; typedef
/petsc/src/vec/vec/impls/seq/kokkos/
H A Dveckok.kokkos.cxx83 …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()