Searched refs:PetscIntKokkosView (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/mat/impls/aij/seq/kokkos/ |
| H A D | aijkok.hpp | 74 PetscIntKokkosView rowperm, colperm; // row permutation and column permutation 231 …eBlockDiagonal_SeqAIJKokkos(Mat, const PetscIntKokkosView &, const PetscIntKokkosView &, const Pet…
|
| H A D | aijkok.kokkos.cxx | 1492 …ckDiagonal_SeqAIJKokkos(Mat A, const PetscIntKokkosView &bs, const PetscIntKokkosView &bs2, const … in MatInvertVariableBlockDiagonal_SeqAIJKokkos() 1789 PetscIntKokkosView &rowperm = factors->rowperm; in MatSolve_SeqAIJKokkos_Cholesky() 1842 PetscIntKokkosView &rowperm = factors->rowperm; in MatSolve_SeqAIJKokkos_LU() 1843 PetscIntKokkosView &colperm = factors->colperm; in MatSolve_SeqAIJKokkos_LU() 1893 PetscIntKokkosView &rowperm = factors->rowperm; in MatSolveTranspose_SeqAIJKokkos_LU() 1894 PetscIntKokkosView &colperm = factors->colperm; in MatSolveTranspose_SeqAIJKokkos_LU() 1989 factors->rowperm = PetscIntKokkosView(NoInit("rowperm"), m); in MatLUFactorNumeric_SeqAIJKokkos() 2002 factors->colperm = PetscIntKokkosView(NoInit("colperm"), n); in MatLUFactorNumeric_SeqAIJKokkos() 2218 PetscCallCXX(factors->rowperm = PetscIntKokkosView(NoInit("rowperm"), m)); in MatCholeskyFactorNumeric_SeqAIJKokkos()
|
| /petsc/src/ksp/pc/impls/vpbjacobi/kokkos/ |
| H A D | vpbjacobi_kok.kokkos.cxx | 78 PetscIntKokkosView bs = pckok->bs_dual.view_device(); in PCApplyOrTranspose_VPBJacobi_Kokkos() 79 PetscIntKokkosView bs2 = pckok->bs2_dual.view_device(); in PCApplyOrTranspose_VPBJacobi_Kokkos() 80 PetscIntKokkosView blkMap = pckok->blkMap_dual.view_device(); in PCApplyOrTranspose_VPBJacobi_Kokkos()
|
| /petsc/src/mat/impls/aij/mpi/kokkos/ |
| H A D | mpiaijkok.kokkos.cxx | 122 PetscIntKokkosView E_NzLeft; 148 PetscIntKokkosView F_NzLeft; // plans to split F (in leafbuf) into Fd, Fo 149 PetscIntKokkosView irootloc; // plans to put E (i.e., Bd, Bo) into rootBuf 150 PetscIntKokkosView rowoffset; 960 PetscIntKokkosView &E_NzLeft = mm->E_NzLeft; in MatMPIAIJKokkosBcastBegin() 964 PetscIntKokkosView &irootloc = mm->irootloc; in MatMPIAIJKokkosBcastBegin() 965 PetscIntKokkosView &rowoffset = mm->rowoffset; in MatMPIAIJKokkosBcastBegin() 1012 PetscIntKokkosView &F_NzLeft = mm->F_NzLeft; in MatMPIAIJKokkosBcastEnd() 1114 PetscIntKokkosView map = Kokkos::create_mirror_view_and_copy(DefaultMemorySpace(), map_h); in MatProductSymbolic_MPIAIJKokkos_AtB() 1226 PetscIntKokkosView map = Kokkos::create_mirror_view_and_copy(DefaultMemorySpace(), map_h); in MatProductSymbolic_MPIAIJKokkos_AB()
|
| /petsc/include/petsc/private/ |
| H A D | kokkosimpl.hpp | 121 using PetscIntKokkosView = Kokkos::View<PetscInt *, DefaultMemorySpace>; typedef
|
| /petsc/src/snes/tutorials/ |
| H A D | ex55k.kokkos.cxx | 18 using PetscIntKokkosView = Kokkos::View<PetscInt *, DefaultMemorySpace>; typedef
|