Home
last modified time | relevance | path

Searched refs:MatSeqSELLSetPreallocation (Results 1 – 9 of 9) sorted by relevance

/petsc/src/mat/impls/sell/mpi/mpicuda/
H A Dmpisellcuda.cu24 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 Dmpisellhip.hip.cxx24 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 Dex3.c38 PetscCall(MatSeqSELLSetPreallocation(mat, 3, NULL)); in main()
/petsc/src/ksp/ksp/tutorials/
H A Dex2.c48 PetscCall(MatSeqSELLSetPreallocation(A, 5, NULL)); in main()
/petsc/src/mat/impls/sell/mpi/
H A Dmpisell.c932 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 Dmmsell.c45 PetscCall(MatSeqSELLSetPreallocation(Bnew, 0, Bsell->rlen)); in MatDisAssemble_MPISELL()
/petsc/src/mat/impls/sell/seq/
H A Dsell.c78 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 Dfdda.c874 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 Dpetscmat.h423 PETSC_EXTERN PetscErrorCode MatSeqSELLSetPreallocation(Mat, PetscInt, const PetscInt[]);