Home
last modified time | relevance | path

Searched defs:Bi (Results 1 – 5 of 5) sorted by relevance

/petsc/src/mat/tests/
H A Dex251.c16 …PetscInt Bi[] = {0, 0, 1, 1, 2, 2, 4, 4, 5, 5, 5, 6, 7, 7, 8, 8, 9, 9, 10, 10, 12, 12, 13, 13, 14,… in main() local
H A Dex250.c16 …PetscInt Bi[] = {0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12… in main() local
/petsc/src/mat/impls/aij/mpi/kokkos/
H A Dmpiaijkok.kokkos.cxx356 const MatRowMapType *Ai = Ai_h.data(), *Bi = Bi_h.data(); in MatMPIAIJKokkosReduceBegin() local
634 const auto &Bi = B.graph.row_map; in MatMPIAIJKokkosReduceBegin() local
751 PetscInt n1 = B->cmap->n, *Ai = aseq->i, *Aj = aseq->j, *Bi = bseq->i, *Bj = bseq->j; in MatMPIAIJKokkosBcastBegin() local
957 const auto &Bi = bkok->i_dual.view_device(); in MatMPIAIJKokkosBcastBegin() local
/petsc/src/mat/impls/aij/seq/kokkos/
H A Daijkok.kokkos.cxx1941 const PetscInt *Bi = b->i, *Bj = b->j, *Bdiag = b->diag; in MatLUFactorNumeric_SeqAIJKokkos() local
2185 const PetscInt *Bi = b->i, *Bj = b->j, *Bdiag = b->diag; in MatCholeskyFactorNumeric_SeqAIJKokkos() local
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c6566 PetscInt *Ai, *Bi; in MatSetPreallocationCOO_MPIAIJ() local