Searched refs:MatMPISELLSetPreallocation (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex2.c | 47 PetscCall(MatMPISELLSetPreallocation(A, 5, NULL, 5, NULL)); in main()
|
| /petsc/src/mat/impls/sell/mpi/mpihip/ |
| H A D | mpisellhip.hip.cxx | 146 PetscCall(MatMPISELLSetPreallocation(*A, d_nz, d_nnz, o_nz, o_nnz)); in MatCreateSELLHIP()
|
| /petsc/src/mat/impls/sell/mpi/mpicuda/ |
| H A D | mpisellcuda.cu | 146 PetscCall(MatMPISELLSetPreallocation(*A, d_nz, d_nnz, o_nz, o_nnz)); in MatCreateSELLCUDA()
|
| /petsc/src/mat/impls/sell/mpi/ |
| H A D | mpisell.c | 615 PetscCall(MatMPISELLSetPreallocation(A, 0, NULL, 0, NULL)); in MatView_MPISELL_ASCIIorDraworSocket() 878 PetscCall(MatMPISELLSetPreallocation(A, PETSC_DEFAULT, NULL, PETSC_DEFAULT, NULL)); in MatSetUp_MPISELL() 929 PetscCall(MatMPISELLSetPreallocation(Y, 1, NULL, 0, NULL)); in MatShift_MPISELL() 1322 PetscErrorCode MatMPISELLSetPreallocation(Mat B, PetscInt d_nz, const PetscInt d_nnz[], PetscInt o_… in MatMPISELLSetPreallocation() function 1514 PetscCall(MatMPISELLSetPreallocation(*A, d_rlenmax, d_rlen, o_rlenmax, o_rlen)); in MatCreateSELL() 1695 PetscCall(MatMPISELLSetPreallocation(B, d_nz, d_nnz, o_nz, o_nnz)); in MatConvert_MPIAIJ_MPISELL()
|
| /petsc/src/dm/impls/da/ |
| H A D | fdda.c | 875 PetscCall(MatMPISELLSetPreallocation(J, 0, dnz, 0, onz)); in DMCreateMatrix_DA_2d_MPISELL() 982 PetscCall(MatMPISELLSetPreallocation(J, 0, dnz, 0, onz)); in DMCreateMatrix_DA_3d_MPISELL()
|
| /petsc/include/ |
| H A D | petscmat.h | 424 PETSC_EXTERN PetscErrorCode MatMPISELLSetPreallocation(Mat, PetscInt, const PetscInt[], PetscInt, c…
|