Home
last modified time | relevance | path

Searched defs:j_d (Results 1 – 2 of 2) sorted by relevance

/petsc/src/mat/impls/aij/seq/kokkos/
H A Daijkok.hpp134 auto j_d = Kokkos::create_mirror_view_and_copy(exec, j_h); in Mat_SeqAIJKokkos() local
154 auto j_d = csr.graph.entries; in Mat_SeqAIJKokkos() local
H A Daijkok.kokkos.cxx1247 … comm, PetscInt m, PetscInt n, Kokkos::View<PetscInt *> &i_d, Kokkos::View<PetscInt *> &j_d, Kokko… in MatCreateSeqAIJKokkosWithKokkosViews()
2065 auto j_d = aijkok->j_dual.view_device(); in MatILUFactorNumeric_SeqAIJKokkos_ILU0() local
2111 auto j_d = aijkok->j_dual.view_device(); in MatILUFactorSymbolic_SeqAIJKokkos_ILU0() local