Home
last modified time | relevance | path

Searched refs:jL_h (Results 1 – 2 of 2) sorted by relevance

/petsc/src/mat/impls/aij/seq/kokkos/
H A Daijkok.hpp68 MatColIdxKokkosViewHost jL_h, jU_h, jLt_h, jUt_h; member
H A Daijkok.kokkos.cxx1748 …ateSeqAIJWithArrays(PETSC_COMM_SELF, n, n, factors->iL_h.data(), factors->jL_h.data(), factors->aL… in MatSeqAIJKokkosTransposeSolveCheck()
1948 …factors->jL_h = MatColIdxKokkosViewHost(NoInit("jL_h"), (Bi[m] - Bi[0]) + m); // + the diagonal en… in MatLUFactorNumeric_SeqAIJKokkos()
1955 PetscInt *Lj = factors->jL_h.data(); in MatLUFactorNumeric_SeqAIJKokkos()
1975 factors->jL_d = Kokkos::create_mirror_view_and_copy(DefaultMemorySpace(), factors->jL_h); in MatLUFactorNumeric_SeqAIJKokkos()