Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/kokkos/
H A Daijkok.hpp69 MatScalarKokkosViewHost aL_h, aU_h, aLt_h, aUt_h, D_h; // D is for LDLT factorization member
H A Daijkok.kokkos.cxx1748 …TSC_COMM_SELF, n, n, factors->iL_h.data(), factors->jL_h.data(), factors->aL_h.data(), &factors->L… in MatSeqAIJKokkosTransposeSolveCheck()
1949 factors->aL_h = MatScalarKokkosViewHost(NoInit("aL_h"), (Bi[m] - Bi[0]) + m); in MatLUFactorNumeric_SeqAIJKokkos()
1978 factors->aL_d = Kokkos::create_mirror_view(DefaultMemorySpace(), factors->aL_h); in MatLUFactorNumeric_SeqAIJKokkos()
2027 PetscScalar *La = factors->aL_h.data(); in MatLUFactorNumeric_SeqAIJKokkos()
2037 PetscCallCXX(Kokkos::deep_copy(factors->aL_d, factors->aL_h)); in MatLUFactorNumeric_SeqAIJKokkos()