@@ -542,6 +542,16 @@ Base.unsafe_convert(::Type{Ptr{Cvoid}},v::Mat) = v.ptr
542
542
@wrapper (:MatMPIAIJSetPreallocation ,PetscErrorCode,(Mat,PetscInt,Ptr{PetscInt},PetscInt,Ptr{PetscInt}),(B,d_nz,d_nnz,o_nz,o_nnz)," /Mat/MatMPIAIJSetPreallocation.html" )
543
543
@wrapper (:MatSetFromOptions ,PetscErrorCode,(Mat,),(mat,)," /Mat/MatSetFromOptions.html" )
544
544
545
+ # New
546
+ @wrapper (:MatMPIAIJGetSeqAIJ ,PetscErrorCode,(Mat,Ptr{Mat},Ptr{Mat},Ptr{Ptr{PetscInt}}),(A,Ad,Ao,colmap)," Mat/MatMPIAIJGetSeqAIJ.html" )
547
+ @wrapper (:MatMPIAIJGetLocalMat ,PetscErrorCode,(Mat,MatReuse,Ptr{Mat}),(A,scall,A_local)," Mat/MatMPIAIJGetLocalMat.html" )
548
+ @wrapper (:MatGetRowIJ ,PetscErrorCode,(Mat,PetscInt,PetscBool,PetscBool,Ptr{PetscInt},Ptr{Ptr{PetscInt}},Ptr{Ptr{PetscInt}},Ptr{PetscBool}),(A,shift,symmetric,inodecompressed,n,ia,ja,done)," Mat/MatGetRowIJ.html" )
549
+ @wrapper (:MatRestoreRowIJ ,PetscErrorCode,(Mat,PetscInt,PetscBool,PetscBool,Ptr{PetscInt},Ptr{Ptr{PetscInt}},Ptr{Ptr{PetscInt}},Ptr{PetscBool}),(A,shift,symmetric,inodecompressed,n,ia,ja,done)," Mat/MatRestoreRowIJ.html" )
550
+ @wrapper (:MatSeqAIJGetArray ,PetscErrorCode,(Mat,Ptr{Ptr{PetscScalar}}),(A,array)," Mat/MatSeqAIJGetArrayRead.html" )
551
+ @wrapper (:MatSeqAIJRestoreArray ,PetscErrorCode,(Mat,Ptr{Ptr{PetscScalar}}),(A,array)," Mat/MatSeqAIJRestoreArray.html" )
552
+ @wrapper (:MatSeqAIJGetArrayRead ,PetscErrorCode,(Mat,Ptr{Ptr{PetscScalar}}),(A,array)," Mat/MatSeqAIJGetArrayRead.html" )
553
+ @wrapper (:MatSeqAIJRestoreArrayRead ,PetscErrorCode,(Mat,Ptr{Ptr{PetscScalar}}),(A,array)," Mat/MatSeqAIJRestoreArrayRead.html" )
554
+
545
555
# Matrix products related
546
556
547
557
"""
0 commit comments