Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscvec_kokkos.hpp144 PetscErrorCode VecRestoreKokkosViewWrite(Vec, Kokkos::View<PetscScalar *, MemorySpace> *);
/petsc/src/dm/impls/da/kokkos/
H A Ddagetov.kokkos.cxx55 if (overwrite) PetscCall(VecRestoreKokkosViewWrite(vec, &kv)); in DMDAVecRestoreKokkosOffsetView_Private()
121 if (overwrite) PetscCall(VecRestoreKokkosViewWrite(vec, &kv)); in DMDAVecRestoreKokkosOffsetView_Private()
186 if (overwrite) PetscCall(VecRestoreKokkosViewWrite(vec, &kv)); in DMDAVecRestoreKokkosOffsetView_Private()
392 if (overwrite) PetscCall(VecRestoreKokkosViewWrite(vec, &kv)); in DMDAVecRestoreKokkosOffsetViewDOF_Private()
457 if (overwrite) PetscCall(VecRestoreKokkosViewWrite(vec, &kv)); in DMDAVecRestoreKokkosOffsetViewDOF_Private()
522 if (overwrite) PetscCall(VecRestoreKokkosViewWrite(vec, &kv)); in DMDAVecRestoreKokkosOffsetViewDOF_Private()
/petsc/src/ksp/pc/impls/pbjacobi/kokkos/
H A Dpbjacobi_kok.kokkos.cxx66 PetscCall(VecRestoreKokkosViewWrite(y, &yv)); in PCApplyOrTranspose_PBJacobi_Kokkos()
/petsc/src/vec/vec/impls/seq/kokkos/
H A Dveckok.kokkos.cxx77 PETSC_VISIBILITY_PUBLIC PetscErrorCode VecRestoreKokkosViewWrite(Vec v, PetscScalarKokkosView *kv) in VecRestoreKokkosViewWrite() function
100 PETSC_VISIBILITY_PUBLIC PetscErrorCode VecRestoreKokkosViewWrite(Vec v, PetscScalarKokkosViewHost *… in VecRestoreKokkosViewWrite() function
625 PetscCall(VecRestoreKokkosViewWrite(xin, &xv)); in VecSet_SeqKokkos()
746 PetscCall(VecRestoreKokkosViewWrite(win, &wv)); in VecWAXPY_SeqKokkos()
987 PetscCall(VecRestoreKokkosViewWrite(win, &wv)); in VecPointwiseMult_SeqKokkos()
998 PetscCall(VecRestoreKokkosViewWrite(win, &wv)); in VecPointwiseMult_SeqKokkos()
1029 PetscCall(VecRestoreKokkosViewWrite(win, &wv)); in VecPointwiseDivide_SeqKokkos()
1044 PetscCall(VecRestoreKokkosViewWrite(win, &wv)); in VecPointwiseDivide_SeqKokkos()
1604 if (imode == INSERT_VALUES) PetscCall(VecRestoreKokkosViewWrite(x, &xv)); in VecSetValuesCOO_SeqKokkos()
/petsc/src/ksp/pc/impls/vpbjacobi/kokkos/
H A Dvpbjacobi_kok.kokkos.cxx128 PetscCall(VecRestoreKokkosViewWrite(y, &yv)); in PCApplyOrTranspose_VPBJacobi_Kokkos()
/petsc/src/mat/impls/aij/seq/kokkos/
H A Daijkok.kokkos.cxx400 PetscCall(VecRestoreKokkosViewWrite(yy, &yv)); in MatMult_SeqAIJKokkos()
431 PetscCall(VecRestoreKokkosViewWrite(yy, &yv)); in MatMultTranspose_SeqAIJKokkos()
461 PetscCall(VecRestoreKokkosViewWrite(yy, &yv)); in MatMultHermitianTranspose_SeqAIJKokkos()
1172 PetscCall(VecRestoreKokkosViewWrite(x, &xv)); in MatGetDiagonal_SeqAIJKokkos()
1826 PetscCall(VecRestoreKokkosViewWrite(xx, &x)); in MatSolve_SeqAIJKokkos_Cholesky()
1876 PetscCall(VecRestoreKokkosViewWrite(xx, &x)); in MatSolve_SeqAIJKokkos_LU()
1927 PetscCall(VecRestoreKokkosViewWrite(xx, &x)); in MatSolveTranspose_SeqAIJKokkos_LU()
/petsc/src/vec/vec/impls/mpi/kokkos/
H A Dmpikok.kokkos.cxx198 if (imode == INSERT_VALUES) PetscCall(VecRestoreKokkosViewWrite(x, &xv)); in VecSetValuesCOO_MPIKokkos()
/petsc/src/mat/impls/aij/mpi/kokkos/
H A Dmpiaijkok.kokkos.cxx28 PetscCall(VecRestoreKokkosViewWrite(mpiaij->lvec, &v)); in MatAssemblyEnd_MPIAIJKokkos()