Home
last modified time | relevance | path

Searched refs:jU_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.cxx1711 …ateSeqAIJWithArrays(PETSC_COMM_SELF, n, n, factors->iU_h.data(), factors->jU_h.data(), factors->aU… in MatSeqAIJKokkosTransposeSolveCheck()
1951 factors->jU_h = MatColIdxKokkosViewHost(NoInit("jU_h"), (Bdiag[0] - Bdiag[m])); in MatLUFactorNumeric_SeqAIJKokkos()
1957 PetscInt *Uj = factors->jU_h.data(); in MatLUFactorNumeric_SeqAIJKokkos()
1977 factors->jU_d = Kokkos::create_mirror_view_and_copy(DefaultMemorySpace(), factors->jU_h); in MatLUFactorNumeric_SeqAIJKokkos()
2192 factors->jU_h = MatColIdxKokkosViewHost(NoInit("jU_h"), Bi[m]); in MatCholeskyFactorNumeric_SeqAIJKokkos()
2199 PetscInt *Uj = factors->jU_h.data(); in MatCholeskyFactorNumeric_SeqAIJKokkos()
2208 …cCallCXX(factors->jU_d = Kokkos::create_mirror_view_and_copy(DefaultMemorySpace(), factors->jU_h)); in MatCholeskyFactorNumeric_SeqAIJKokkos()