Searched refs:VecGetKokkosView_Private (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/vec/impls/seq/kokkos/ |
| H A D | veckok.kokkos.cxx | 18 static PetscErrorCode VecGetKokkosView_Private(Vec v, PetscScalarKokkosViewType<MemorySpace> *kv, P… in VecGetKokkosView_Private() function 64 return VecGetKokkosView_Private(v, kv, PETSC_FALSE); in VecGetKokkosView() 74 return VecGetKokkosView_Private(v, kv, PETSC_TRUE); in VecGetKokkosViewWrite() 87 return VecGetKokkosView_Private(v, kv, PETSC_FALSE); in VecGetKokkosView() 97 return VecGetKokkosView_Private(v, kv, PETSC_TRUE); in VecGetKokkosViewWrite()
|