Searched defs:diag_h (Results 1 – 4 of 4) sorted by relevance
12 PetscScalarKokkosViewHost diag_h(diag_ptr_h, len); in PC_PBJacobi_Kokkos() local
130 MatRowMapKokkosViewHost diag_h(aseq->diag, nrows); in Mat_SeqAIJKokkos() local188 MatRowMapKokkosViewHost diag_h(const_cast<MatRowMapType *>(diag), nrows()); in SetDiagonal() local
102 MatRowMapKokkosViewHost diag_h(aijseq->diag, A->rmap->n); in MatAssemblyEnd_SeqAIJKokkos() local
236 …PetscScalar *csrVal_h, *diag_h; // Since LU is done on host, we prepare a factored matrix in r… member