Home
last modified time | relevance | path

Searched defs:coo_i (Results 1 – 22 of 22) sorted by relevance

/petsc/src/mat/utils/
H A Dgcreate.c616 const PetscInt *coo_i, *coo_j; in MatSetValuesCOO_Basic() local
637 PetscErrorCode MatSetPreallocationCOO_Basic(Mat A, PetscCount ncoo, PetscInt coo_i[], PetscInt coo_… in MatSetPreallocationCOO_Basic()
697 PetscErrorCode MatSetPreallocationCOO(Mat A, PetscCount ncoo, PetscInt coo_i[], PetscInt coo_j[]) in MatSetPreallocationCOO()
751 PetscErrorCode MatSetPreallocationCOOLocal(Mat A, PetscCount ncoo, PetscInt coo_i[], PetscInt coo_j… in MatSetPreallocationCOOLocal()
/petsc/src/mat/tests/
H A Dex123.c178 PetscInt *coo_i, *coo_j; in main() local
/petsc/src/mat/impls/hypre/
H A Dmhypre.c503 …cInt n, const PetscInt ii[], const PetscInt jj[], PetscCount *ncoo, PetscInt **coo_i, PetscInt **c… in CSRtoCOO_Private()
520 …nt n, const HYPRE_Int ii[], const HYPRE_Int jj[], PetscCount *ncoo, PetscInt **coo_i, PetscInt **c… in CSRtoCOO_HYPRE_Int_Private()
537 static PetscErrorCode MatSeqAIJGetCOO_Private(Mat A, PetscCount *ncoo, PetscInt **coo_i, PetscInt *… in MatSeqAIJGetCOO_Private()
553 … hypreCSRMatrixGetCOO_Private(hypre_CSRMatrix *A, PetscCount *ncoo, PetscInt **coo_i, PetscInt **c…
649 PetscInt *coo_i, *coo_j; local
749 PetscInt *coo_i, *coo_j; local
2329 static PetscErrorCode MatSetPreallocationCOO_HYPRE(Mat mat, PetscCount coo_n, PetscInt coo_i[], Pet…
/petsc/src/ksp/ksp/tutorials/
H A Dbench_kspsolve.c120 PetscInt *coo_i, *coo_j; in FillCOO() local
/petsc/src/snes/tutorials/
H A Dex55k.kokkos.cxx203 PetscInt *coo_i, *coo_j, *ip, *jp; in FormJacobianLocalVec() local
/petsc/src/vec/vec/interface/
H A Dvector.c188 PetscErrorCode VecSetPreallocationCOO(Vec x, PetscCount ncoo, const PetscInt coo_i[]) in VecSetPreallocationCOO()
239 PetscErrorCode VecSetPreallocationCOOLocal(Vec x, PetscCount ncoo, PetscInt coo_i[]) in VecSetPreallocationCOOLocal()
292 const PetscInt *coo_i; in VecSetValuesCOO() local
/petsc/src/tao/unconstrained/tutorials/
H A Drosenbrock4.h143 PetscInt *coo_i; in CreateHessian() local
254 PetscInt n_coo, *coo_i, i_start, i_end; in CreateVectors() local
/petsc/src/vec/vec/impls/mpi/kokkos/
H A Dmpikok.kokkos.cxx137 …tic PetscErrorCode VecSetPreallocationCOO_MPIKokkos(Vec x, PetscCount ncoo, const PetscInt coo_i[]) in VecSetPreallocationCOO_MPIKokkos()
/petsc/src/vec/vec/impls/mpi/cupm/
H A Dvecmpicupm_impl.hpp236 …orCode VecMPI_CUPM<T>::SetPreallocationCOO(Vec x, PetscCount ncoo, const PetscInt coo_i[]) noexcept in SetPreallocationCOO()
/petsc/src/mat/impls/aij/mpi/mpicusparse/
H A Dmpiaijcusparse.cu44 …de MatSetPreallocationCOO_MPIAIJCUSPARSE(Mat mat, PetscCount coo_n, PetscInt coo_i[], PetscInt coo… in MatSetPreallocationCOO_MPIAIJCUSPARSE()
/petsc/src/mat/impls/aij/mpi/mpihipsparse/
H A Dmpiaijhipsparse.hip.cxx44 …e MatSetPreallocationCOO_MPIAIJHIPSPARSE(Mat mat, PetscCount coo_n, PetscInt coo_i[], PetscInt coo… in MatSetPreallocationCOO_MPIAIJHIPSPARSE()
/petsc/src/vec/vec/impls/seq/
H A Dbvec2.c573 PetscErrorCode VecSetPreallocationCOO_Seq(Vec x, PetscCount coo_n, const PetscInt coo_i[]) in VecSetPreallocationCOO_Seq()
/petsc/src/vec/vec/impls/mpi/
H A Dpdvec.c895 PetscErrorCode VecSetPreallocationCOO_MPI(Vec x, PetscCount coo_n, const PetscInt coo_i[]) in VecSetPreallocationCOO_MPI()
/petsc/src/mat/impls/is/
H A Dmatis.c1947 PetscInt *coo_i, *coo_j; in MatConvert_IS_XAIJ() local
3414 static PetscErrorCode MatSetPreallocationCOOLocal_IS(Mat A, PetscCount ncoo, PetscInt coo_i[], Pets… in MatSetPreallocationCOOLocal_IS()
3430 static PetscErrorCode MatSetPreallocationCOO_IS(Mat A, PetscCount ncoo, PetscInt coo_i[], PetscInt … in MatSetPreallocationCOO_IS()
/petsc/src/vec/vec/impls/seq/kokkos/
H A Dveckok.kokkos.cxx1561 …tic PetscErrorCode VecSetPreallocationCOO_SeqKokkos(Vec x, PetscCount ncoo, const PetscInt coo_i[]) in VecSetPreallocationCOO_SeqKokkos()
/petsc/src/mat/impls/aij/seq/kokkos/
H A Daijkok.kokkos.cxx1367 …Code MatSetPreallocationCOO_SeqAIJKokkos(Mat mat, PetscCount coo_n, PetscInt coo_i[], PetscInt coo… in MatSetPreallocationCOO_SeqAIJKokkos()
/petsc/src/mat/impls/aij/mpi/kokkos/
H A Dmpiaijkok.kokkos.cxx1550 …Code MatSetPreallocationCOO_MPIAIJKokkos(Mat mat, PetscCount coo_n, PetscInt coo_i[], PetscInt coo… in MatSetPreallocationCOO_MPIAIJKokkos()
/petsc/src/vec/vec/impls/seq/cupm/
H A Dvecseqcupm_impl.hpp2234 …orCode VecSeq_CUPM<T>::SetPreallocationCOO(Vec v, PetscCount ncoo, const PetscInt coo_i[]) noexcept in SetPreallocationCOO()
/petsc/src/mat/impls/aij/seq/seqhipsparse/
H A Daijhipsparse.hip.cxx3730 …e MatSetPreallocationCOO_SeqAIJHIPSPARSE(Mat mat, PetscCount coo_n, PetscInt coo_i[], PetscInt coo… in MatSetPreallocationCOO_SeqAIJHIPSPARSE()
/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Daijcusparse.cu4372 …de MatSetPreallocationCOO_SeqAIJCUSPARSE(Mat mat, PetscCount coo_n, PetscInt coo_i[], PetscInt coo… in MatSetPreallocationCOO_SeqAIJCUSPARSE()
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c6339 PetscErrorCode MatSetPreallocationCOO_MPIAIJ(Mat mat, PetscCount coo_n, PetscInt coo_i[], PetscInt … in MatSetPreallocationCOO_MPIAIJ()
7089 PetscInt i, j, cp, m, n, M, N, *coo_i, *coo_j; in MatProductSymbolic_MPIAIJBACKEND() local
/petsc/src/mat/impls/aij/seq/
H A Daij.c4553 PetscErrorCode MatSetPreallocationCOO_SeqAIJ(Mat mat, PetscCount coo_n, PetscInt coo_i[], PetscInt … in MatSetPreallocationCOO_SeqAIJ()