Searched refs:MatSeqSELLSetPreallocation (Results 1 – 9 of 9) sorted by relevance
| /petsc/src/mat/impls/sell/mpi/mpicuda/ |
| H A D | mpisellcuda.cu | 24 PetscCall(MatSeqSELLSetPreallocation(b->A, d_rlenmax, d_rlen)); in MatMPISELLSetPreallocation_MPISELLCUDA() 25 PetscCall(MatSeqSELLSetPreallocation(b->B, o_rlenmax, o_rlen)); in MatMPISELLSetPreallocation_MPISELLCUDA() 149 PetscCall(MatSeqSELLSetPreallocation(*A, d_nz, d_nnz)); in MatCreateSELLCUDA()
|
| /petsc/src/mat/impls/sell/mpi/mpihip/ |
| H A D | mpisellhip.hip.cxx | 24 PetscCall(MatSeqSELLSetPreallocation(b->A, d_rlenmax, d_rlen)); in MatMPISELLSetPreallocation_MPISELLHIP() 25 PetscCall(MatSeqSELLSetPreallocation(b->B, o_rlenmax, o_rlen)); in MatMPISELLSetPreallocation_MPISELLHIP() 149 PetscCall(MatSeqSELLSetPreallocation(*A, d_nz, d_nnz)); in MatCreateSELLHIP()
|
| /petsc/src/ksp/pc/tests/ |
| H A D | ex3.c | 38 PetscCall(MatSeqSELLSetPreallocation(mat, 3, NULL)); in main()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex2.c | 48 PetscCall(MatSeqSELLSetPreallocation(A, 5, NULL)); in main()
|
| /petsc/src/mat/impls/sell/mpi/ |
| H A D | mpisell.c | 932 PetscCall(MatSeqSELLSetPreallocation(msell->A, 1, NULL)); in MatShift_MPISELL() 987 PetscCall(MatSeqSELLSetPreallocation(b->A, d_rlenmax, d_rlen)); in MatMPISELLSetPreallocation_MPISELL() 988 PetscCall(MatSeqSELLSetPreallocation(b->B, o_rlenmax, o_rlen)); in MatMPISELLSetPreallocation_MPISELL() 1517 PetscCall(MatSeqSELLSetPreallocation(*A, d_rlenmax, d_rlen)); in MatCreateSELL() 1694 PetscCall(MatSeqSELLSetPreallocation(B, d_nz, d_nnz)); in MatConvert_MPIAIJ_MPISELL()
|
| H A D | mmsell.c | 45 PetscCall(MatSeqSELLSetPreallocation(Bnew, 0, Bsell->rlen)); in MatDisAssemble_MPISELL()
|
| /petsc/src/mat/impls/sell/seq/ |
| H A D | sell.c | 78 PetscErrorCode MatSeqSELLSetPreallocation(Mat B, PetscInt rlenmax, const PetscInt rlen[]) in MatSeqSELLSetPreallocation() function 299 PetscCall(MatSeqSELLSetPreallocation(B, 0, rowlengths)); in MatConvert_SeqAIJ_SeqSELL() 1641 PetscCall(MatSeqSELLSetPreallocation(A, PETSC_DEFAULT, NULL)); in MatSetUp_SeqSELL() 1682 if (!Y->preallocated || !y->nz) PetscCall(MatSeqSELLSetPreallocation(Y, 1, NULL)); in MatShift_SeqSELL()
|
| /petsc/src/dm/impls/da/ |
| H A D | fdda.c | 874 PetscCall(MatSeqSELLSetPreallocation(J, 0, dnz)); in DMCreateMatrix_DA_2d_MPISELL() 981 PetscCall(MatSeqSELLSetPreallocation(J, 0, dnz)); in DMCreateMatrix_DA_3d_MPISELL()
|
| /petsc/include/ |
| H A D | petscmat.h | 423 PETSC_EXTERN PetscErrorCode MatSeqSELLSetPreallocation(Mat, PetscInt, const PetscInt[]);
|