Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/kokkos/
H A Daijkok.hpp67 …MatRowMapKokkosViewHost iL_h, iU_h, iLt_h, iUt_h; // temp. buffers when we do factorization with P… member
H A Daijkok.kokkos.cxx1744 if (factors->iL_h.extent(0)) { // If L is on host, we also compute the transpose on host in MatSeqAIJKokkosTransposeSolveCheck()
1748 …PetscCall(MatCreateSeqAIJWithArrays(PETSC_COMM_SELF, n, n, factors->iL_h.data(), factors->jL_h.dat… in MatSeqAIJKokkosTransposeSolveCheck()
1945 …if (factors->iL_h.extent(0) == 0) { // Allocate memory and copy the L, U structure for the first t… in MatLUFactorNumeric_SeqAIJKokkos()
1947 factors->iL_h = MatRowMapKokkosViewHost(NoInit("iL_h"), m + 1); in MatLUFactorNumeric_SeqAIJKokkos()
1954 PetscInt *Li = factors->iL_h.data(); in MatLUFactorNumeric_SeqAIJKokkos()
1974 factors->iL_d = Kokkos::create_mirror_view_and_copy(DefaultMemorySpace(), factors->iL_h); in MatLUFactorNumeric_SeqAIJKokkos()
2024 const PetscInt *Li = factors->iL_h.data(); in MatLUFactorNumeric_SeqAIJKokkos()