Home
last modified time | relevance | path

Searched refs:MatMPIAIJSetPreallocationCSR (Results 1 – 12 of 12) sorted by relevance

/petsc/src/mat/tests/
H A Dex233.c38 PetscCall(MatMPIAIJSetPreallocationCSR(ssbaij, ia2, ja2, c2)); in main()
H A Dex98.c104 PetscCall(MatMPIAIJSetPreallocationCSR(A, ia, ja, NULL)); in main()
H A Dex34.c22 PetscCall(MatMPIAIJSetPreallocationCSR(A, ia, ja, a)); in main()
H A Dex213.c70 PetscCall(MatMPIAIJSetPreallocationCSR(A, ia, ja, NULL)); in main()
/petsc/doc/changes/
H A D221.md38 - added MatMPIAIJSetPreallocationCSR() and
H A D31.md78 MatCreateMPIAIJWithArrays() and MatMPIAIJSetPreallocationCSR().
/petsc/src/mat/impls/aij/seq/hdf5/
H A Daijhdf5.c136 PetscCall(MatMPIAIJSetPreallocationCSR(mat, i, j, a)); in MatLoad_AIJ_HDF5()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmat.pxi255 …PetscErrorCode MatMPIAIJSetPreallocationCSR (PetscMat, PetscInt[], PetscInt[], PetscScala…
874 CHKERR(MatMPIAIJSetPreallocationCSR(A, i, j, v))
H A DMat.pyx987 petsc.MatMPIAIJSetPreallocationCSR
/petsc/src/ksp/pc/impls/mpi/
H A Dpcmpi.c285 PetscCall(MatMPIAIJSetPreallocationCSR(A, ia, ja, a)); in PCMPISetMat()
/petsc/include/
H A Dpetscmat.h1393 PETSC_EXTERN PetscErrorCode MatMPIAIJSetPreallocationCSR(Mat, const PetscInt[], const PetscInt[], c…
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c3085 PetscCall(MatMPIAIJSetPreallocationCSR(mat, rowidxs, colidxs, matvals)); in MatLoad_MPIAIJ_Binary()
3986 PetscErrorCode MatMPIAIJSetPreallocationCSR(Mat B, const PetscInt i[], const PetscInt j[], const Pe… in MatMPIAIJSetPreallocationCSR() function
4195 PetscCall(MatMPIAIJSetPreallocationCSR(*mat, i, j, a)); in MatCreateMPIAIJWithArrays()