Home
last modified time | relevance | path

Searched defs:Ai (Results 1 – 17 of 17) sorted by relevance

/petsc/src/mat/tests/
H A Dex251.c14 …PetscInt Ai[] = {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
H A Dex250.c14 …PetscInt Ai[] = {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
H A Dex237.c94 const PetscInt *Ai, *Aj; in main() local
160 const PetscInt *Ai, *Aj; in main() local
/petsc/src/dm/impls/stag/tests/
H A Dex20.c26 Mat Ai; in main() local
H A Dex19.c12 Mat Ai; in main() local
H A Dex15.c43 Mat Ai; in main() local
/petsc/src/mat/impls/composite/
H A Dmcomposite.c780 static PetscErrorCode MatCompositeGetMat_Composite(Mat mat, PetscInt i, Mat *Ai) in MatCompositeGetMat_Composite()
811 PetscErrorCode MatCompositeGetMat(Mat mat, PetscInt i, Mat *Ai) in MatCompositeGetMat()
/petsc/src/tao/constrained/impls/almm/
H A Dalmm.h12 Mat Ae, Ai; /* aliased constraint Jacobians (do not destroy!) */ member
/petsc/src/mat/impls/aij/seq/kokkos/
H A Daijkok.kokkos.cxx266 const PetscInt *Ai = aseq->i, *Aj = aseq->j; in MatSeqAIJKokkosGenerateTransposeStructure() local
1103 const auto &Ai = aijkok->i_dual.view_device(); in MatDiagonalScale_SeqAIJKokkos() local
1163 const auto &Ai = aijkok->i_dual.view_device(); in MatGetDiagonal_SeqAIJKokkos() local
1502 auto Ai = akok->i_dual.view_device(); in MatInvertVariableBlockDiagonal_SeqAIJKokkos() local
/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Daijcusparse.cu205 const PetscInt *Ai = a->i, *Aj = a->j, *adiag; in MatSeqAIJCUSPARSEBuildFactoredMatrix_LU() local
623 const PetscInt *Ai = a->i, *Aj = a->j, *adiag; in MatSeqAIJCUSPARSEBuildFactoredMatrix_Cholesky() local
1797 const int *Ai, *Aj; in MatILUFactorSymbolic_SeqAIJCUSPARSE_ILU0() local
1892 PetscInt *Ai, nzRow, nzLeft; in MatILUFactorSymbolic_SeqAIJCUSPARSE_ILU0() local
2046 const int *Ai, *Aj; in MatICCFactorSymbolic_SeqAIJCUSPARSE_ICC0() local
2129 PetscInt *Ai, nzRow, nzLeft; in MatICCFactorSymbolic_SeqAIJCUSPARSE_ICC0() local
/petsc/src/tao/constrained/impls/ipm/
H A Dipm.h29 Mat Ai; /* JacI (lb) member
/petsc/src/tao/constrained/tutorials/
H A Dex1.c42 Mat Ae, Ai, H; member
/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
633 const auto &Ai = A.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
956 const auto &Ai = akok->i_dual.view_device(); in MatMPIAIJKokkosBcastBegin() local
/petsc/src/mat/impls/aij/seq/seqhipsparse/
H A Daijhipsparse.hip.cxx1431 const int *Ai, *Aj; in MatILUFactorSymbolic_SeqAIJHIPSPARSE_ILU0() local
1524 PetscInt *Ai, nzRow, nzLeft; in MatILUFactorSymbolic_SeqAIJHIPSPARSE_ILU0() local
1676 const int *Ai, *Aj; in MatICCFactorSymbolic_SeqAIJHIPSPARSE_ICC0() local
1759 PetscInt *Ai, nzRow, nzLeft; in MatICCFactorSymbolic_SeqAIJHIPSPARSE_ICC0() local
/petsc/src/mat/impls/aij/seq/
H A Daij.c4559 …PetscInt *Ai; /* Change to PetscCount once we use it for ro… in MatSetPreallocationCOO_SeqAIJ() local
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c6566 PetscInt *Ai, *Bi; in MatSetPreallocationCOO_MPIAIJ() local
/petsc/src/dm/impls/plex/
H A Dplex.c10074 PetscReal *ci, *fi, *Ai; in DMPlexComputeOrthogonalQuality() local