Home
last modified time | relevance | path

Searched refs:MatSetPreallocationCOOLocal (Results 1 – 7 of 7) sorted by relevance

/petsc/src/mat/tests/
H A Dex123.c96 PetscCall(MatSetPreallocationCOOLocal(A, n1, it, jt)); in main()
131 PetscCall(MatSetPreallocationCOOLocal(A, n2, it, jt)); in main()
146 PetscCall(MatSetPreallocationCOOLocal(A, n2, it, jt)); in main()
/petsc/src/mat/utils/
H A Dgcreate.c751 PetscErrorCode MatSetPreallocationCOOLocal(Mat A, PetscCount ncoo, PetscInt coo_i[], PetscInt coo_j… in MatSetPreallocationCOOLocal() function
/petsc/doc/changes/
H A D317.md134 - Add `MatSetPreallocationCOOLocal()` to set preallocation for matrices using a coordinate format o…
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmat.pxi264 PetscErrorCode MatSetPreallocationCOOLocal(PetscMat, PetscCount, PetscInt[], PetscInt[])
H A DMat.pyx949 petsc.MatSetPreallocationCOOLocal, petsc.MatSetPreallocationCOOLocal
963 CHKERR(MatSetPreallocationCOOLocal(self.mat, ncoo, ccoo_i, ccoo_j))
/petsc/src/mat/impls/is/
H A Dmatis.c1988 PetscCall(MatSetPreallocationCOOLocal(MT, ncoo, coo_i, coo_j)); in MatConvert_IS_XAIJ()
3421 PetscCall(MatSetPreallocationCOOLocal(a->A, ncoo, coo_i, coo_j)); in MatSetPreallocationCOOLocal_IS()
/petsc/include/
H A Dpetscmat.h451 PETSC_EXTERN PetscErrorCode MatSetPreallocationCOOLocal(Mat, PetscCount, PetscInt[], PetscInt[]);