Home
last modified time | relevance | path

Searched refs:MatScalarKokkosViewHost (Results 1 – 3 of 3) sorted by relevance

/petsc/src/mat/impls/aij/seq/kokkos/
H A Daijkok.hpp39 using MatScalarKokkosViewHost = KokkosCsrMatrixHost::values_type::non_const_type; typedef
69 MatScalarKokkosViewHost aL_h, aU_h, aLt_h, aUt_h, D_h; // D is for LDLT factorization
127 MatScalarKokkosViewHost a_h(aseq->a, aseq->nz); in Mat_SeqAIJKokkos()
H A Daijkok.kokkos.cxx658 MatScalarKokkosViewHost a_h(bseq->a, internT.nnz()); /* bseq->nz = 0 if unassembled */ in MatTranspose_SeqAIJKokkos()
1717 factors->aUt_h = MatScalarKokkosViewHost(seq->a, seq->nz); in MatSeqAIJKokkosTransposeSolveCheck()
1754 factors->aLt_h = MatScalarKokkosViewHost(seq->a, seq->nz); in MatSeqAIJKokkosTransposeSolveCheck()
1949 factors->aL_h = MatScalarKokkosViewHost(NoInit("aL_h"), (Bi[m] - Bi[0]) + m); in MatLUFactorNumeric_SeqAIJKokkos()
1952 factors->aU_h = MatScalarKokkosViewHost(NoInit("aU_h"), (Bdiag[0] - Bdiag[m])); in MatLUFactorNumeric_SeqAIJKokkos()
2193 factors->aU_h = MatScalarKokkosViewHost(NoInit("aU_h"), Bi[m]); in MatCholeskyFactorNumeric_SeqAIJKokkos()
2194 factors->D_h = MatScalarKokkosViewHost(NoInit("D_h"), m); in MatCholeskyFactorNumeric_SeqAIJKokkos()
/petsc/src/mat/impls/aij/mpi/kokkos/
H A Dmpiaijkok.kokkos.cxx1535 …sendbuf = Kokkos::create_mirror_view(Kokkos::WithoutInitializing, exec, MatScalarKokkosViewHost(co… in MatCOOStruct_MPIAIJKokkos()
1536 …recvbuf = Kokkos::create_mirror_view(Kokkos::WithoutInitializing, exec, MatScalarKokkosViewHost(co… in MatCOOStruct_MPIAIJKokkos()
1613 v1 = Kokkos::create_mirror_view_and_copy(exec, MatScalarKokkosViewHost((PetscScalar *)v, n)); in MatSetValuesCOO_MPIAIJKokkos()