Searched refs:MatMPIAIJSetPreallocationCSR (Results 1 – 12 of 12) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | ex233.c | 38 PetscCall(MatMPIAIJSetPreallocationCSR(ssbaij, ia2, ja2, c2)); in main()
|
| H A D | ex98.c | 104 PetscCall(MatMPIAIJSetPreallocationCSR(A, ia, ja, NULL)); in main()
|
| H A D | ex34.c | 22 PetscCall(MatMPIAIJSetPreallocationCSR(A, ia, ja, a)); in main()
|
| H A D | ex213.c | 70 PetscCall(MatMPIAIJSetPreallocationCSR(A, ia, ja, NULL)); in main()
|
| /petsc/doc/changes/ |
| H A D | 221.md | 38 - added MatMPIAIJSetPreallocationCSR() and
|
| H A D | 31.md | 78 MatCreateMPIAIJWithArrays() and MatMPIAIJSetPreallocationCSR().
|
| /petsc/src/mat/impls/aij/seq/hdf5/ |
| H A D | aijhdf5.c | 136 PetscCall(MatMPIAIJSetPreallocationCSR(mat, i, j, a)); in MatLoad_AIJ_HDF5()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscmat.pxi | 255 …PetscErrorCode MatMPIAIJSetPreallocationCSR (PetscMat, PetscInt[], PetscInt[], PetscScala… 874 CHKERR(MatMPIAIJSetPreallocationCSR(A, i, j, v))
|
| H A D | Mat.pyx | 987 petsc.MatMPIAIJSetPreallocationCSR
|
| /petsc/src/ksp/pc/impls/mpi/ |
| H A D | pcmpi.c | 285 PetscCall(MatMPIAIJSetPreallocationCSR(A, ia, ja, a)); in PCMPISetMat()
|
| /petsc/include/ |
| H A D | petscmat.h | 1393 PETSC_EXTERN PetscErrorCode MatMPIAIJSetPreallocationCSR(Mat, const PetscInt[], const PetscInt[], c…
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiaij.c | 3085 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()
|