Searched refs:j_d (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/mat/impls/aij/seq/kokkos/ |
| H A D | aijkok.hpp | 134 auto j_d = Kokkos::create_mirror_view_and_copy(exec, j_h); in Mat_SeqAIJKokkos() local 138 j_dual = MatColIdxKokkosDualView(j_d, j_h); in Mat_SeqAIJKokkos() 144 csrmat = KokkosCsrMatrix("csrmat", ncols, a_d, KokkosCsrGraph(j_d, i_d)); in Mat_SeqAIJKokkos() 154 auto j_d = csr.graph.entries; in Mat_SeqAIJKokkos() local 157 auto j_h = Kokkos::create_mirror_view_and_copy(HostMirrorMemorySpace(), j_d); in Mat_SeqAIJKokkos() 163 j_dual = MatColIdxKokkosDualView(j_d, j_h); in Mat_SeqAIJKokkos() 169 …tColIdxKokkosView &j_d, const MatScalarKokkosView &a_d) : Mat_SeqAIJKokkos(KokkosCsrMatrix("csrmat… in Mat_SeqAIJKokkos()
|
| H A D | aijkok.kokkos.cxx | 1247 …nt m, PetscInt n, Kokkos::View<PetscInt *> &i_d, Kokkos::View<PetscInt *> &j_d, Kokkos::View<Petsc… in MatCreateSeqAIJKokkosWithKokkosViews() argument 1252 PetscCallCXX(akok = new Mat_SeqAIJKokkos(m, n, j_d.extent(0), i_d, j_d, a_d)); in MatCreateSeqAIJKokkosWithKokkosViews() 2065 auto j_d = aijkok->j_dual.view_device(); in MatILUFactorNumeric_SeqAIJKokkos_ILU0() local 2067 …PetscCallCXX(spiluk_numeric(&factors->kh, fill_lev, i_d, j_d, a_d, factors->iL_d, factors->jL_d, f… in MatILUFactorNumeric_SeqAIJKokkos_ILU0() 2111 auto j_d = aijkok->j_dual.view_device(); in MatILUFactorSymbolic_SeqAIJKokkos_ILU0() local 2112 …PetscCallCXX(spiluk_symbolic(&factors->kh, fill_lev, i_d, j_d, factors->iL_d, factors->jL_d, facto… in MatILUFactorSymbolic_SeqAIJKokkos_ILU0()
|