| /petsc/src/mat/tests/ |
| H A D | ex251.c | 17 …PetscInt Bj[] = {0, 1, 2, 7, 3, 8, 5, 8, 2, 6, 11, 0, 1, 6, 2, 4, 10, 16, 11, 15, 12, 13, 14, 17, … in main() local 48 …for (k = 0; k < Bnnz; k++) PetscCall(MatSetValue(B, Bi[k], Bj[k], Bi[k] + Bj[k] + 2.0, INSERT_VALU… in main()
|
| H A D | ex250.c | 17 …PetscInt Bj[] = {0, 1, 2, 7, 3, 8, 4, 9, 5, 8, 2, 6, 11, 0, 7, 1, 6, 2, 4, 10, 16, 11, 15, 12, 17,… in main() local 48 …for (k = 0; k < Bnnz; k++) PetscCall(MatSetValue(B, Bi[k], Bj[k], Bi[k] + Bj[k] + 2.0, INSERT_VALU… in main()
|
| /petsc/src/mat/impls/aij/mpi/kokkos/ |
| H A D | mpiaijkok.kokkos.cxx | 357 const MatColIdxType *Aj = Aj_h.data(), *Bj = Bj_h.data(); in MatMPIAIJKokkosReduceBegin() local 366 first = Bj + Bi[i]; in MatMPIAIJKokkosReduceBegin() 367 last = Bj + Bi[i + 1]; in MatMPIAIJKokkosReduceBegin() 378 E_NzLeft[i] = first - (Bj + Bi[i]); in MatMPIAIJKokkosReduceBegin() 454 buf[j] = garray1[Bj[Bi[i] + j]]; // left B, in global in MatMPIAIJKokkosReduceBegin() 458 buf[j] = garray1[Bj[Bi[i] + j - alen]]; // right B, in global in MatMPIAIJKokkosReduceBegin() 751 PetscInt n1 = B->cmap->n, *Ai = aseq->i, *Aj = aseq->j, *Bi = bseq->i, *Bj = bseq->j; in MatMPIAIJKokkosBcastBegin() local 765 first = Bj + Bi[i]; in MatMPIAIJKokkosBcastBegin() 766 last = Bj + Bi[i + 1]; in MatMPIAIJKokkosBcastBegin() 777 E_NzLeft[i] = first - (Bj + Bi[i]); in MatMPIAIJKokkosBcastBegin() [all …]
|
| /petsc/src/mat/impls/aij/seq/kokkos/ |
| H A D | aijkok.kokkos.cxx | 1941 const PetscInt *Bi = b->i, *Bj = b->j, *Bdiag = b->diag; in MatLUFactorNumeric_SeqAIJKokkos() local 1964 …PetscCall(PetscArraycpy(Lj + Li[i], Bj + Bi[i], llen)); // entries of L on the left of the diagonal in MatLUFactorNumeric_SeqAIJKokkos() 1968 …PetscCall(PetscArraycpy(Uj + Ui[i] + 1, Bj + Bdiag[i + 1] + 1, ulen - 1)); // entries of U on the… in MatLUFactorNumeric_SeqAIJKokkos() 2185 const PetscInt *Bi = b->i, *Bj = b->j, *Bdiag = b->diag; in MatCholeskyFactorNumeric_SeqAIJKokkos() local 2203 …PetscCall(PetscArraycpy(Uj + Bi[i] + 1, Bj + Bi[i], ulen - 1)); // entries of U on the right of th… in MatCholeskyFactorNumeric_SeqAIJKokkos()
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiaij.c | 6567 PetscInt *Aj, *Bj; in MatSetPreallocationCOO_MPIAIJ() local 6572 PetscCall(PetscMalloc1(Bnnz1 + Bnnz2, &Bj)); in MatSetPreallocationCOO_MPIAIJ() 6581 …Internal(mat, j1, j2, rowMid1, rowEnd1, rowMid2, rowEnd2, Bjmap1, Bjmap2, Bimap1, Bimap2, Bi, Bj)); in MatSetPreallocationCOO_MPIAIJ() 6619 PetscCall(PetscArraycpy(Bj_new, Bj, Bnnz)); in MatSetPreallocationCOO_MPIAIJ() 6620 PetscCall(PetscFree(Bj)); in MatSetPreallocationCOO_MPIAIJ() 6621 Bj = Bj_new; in MatSetPreallocationCOO_MPIAIJ() 6646 PetscCall(MatCreateSeqAIJWithArrays(PETSC_COMM_SELF, m, mat->cmap->N, Bi, Bj, Ba, &mpiaij->B)); in MatSetPreallocationCOO_MPIAIJ()
|
| /petsc/doc/ |
| H A D | petsc.bib | 10477 author = {Barry F. Smith and Petter Bj{\o}rstad and William D. Gropp}, 14087 editor = {P. Bj{\o}rstad and M. Espedal and D. Keyes}, 18570 author = {Nilsen, J.K. and Cai, X. and H{\o}yland, Bj{\o} rn and Langtangen, H. P.}, 20907 author = {{\AA}ke Bj{\"o}rck}, 20940 editor = {Bj\"orn Engquist}, 20949 editor = {Bj{\"o}rn Engquist}, 25632 author = {G. Bj{\"{o}}rkman and A. Klarbring and T. Larsson and M. R{\"{o}}nnqvist and B. 25644 author = {G. Bj{\"o}rkman}, 25653 author = {G. Bj{\"o}rkman}, 31882 author = {A. Klarbring and G. Bj{\"{o}}rkman}, [all …]
|