Home
last modified time | relevance | path

Searched refs:MatSeqDenseSetPreallocation (Results 1 – 24 of 24) sorted by relevance

/petsc/src/mat/tutorials/
H A Dex2.c38 PetscCall(MatSeqDenseSetPreallocation(A, a)); in main()
64 PetscCall(MatSeqDenseSetPreallocation(A11, b)); in main()
72 PetscCall(MatSeqDenseSetPreallocation(A12, b + size1 * size)); in main()
80 PetscCall(MatSeqDenseSetPreallocation(A21, b + size1)); in main()
88 PetscCall(MatSeqDenseSetPreallocation(A22, b + size1 * size + size1)); in main()
/petsc/src/mat/tests/
H A Dex256.c30 PetscCall(MatSeqDenseSetPreallocation(A, a)); in main()
36 PetscCall(MatSeqDenseSetPreallocation(B, b)); in main()
H A Dex122.c37 PetscCall(MatSeqDenseSetPreallocation(B, NULL)); in main()
H A Dex258.c19 PetscCall(MatSeqDenseSetPreallocation(A, NULL)); in main()
H A Dex32.c19 PetscCall(MatSeqDenseSetPreallocation(A, NULL)); in main()
H A Dex1.c23 PetscCall(MatSeqDenseSetPreallocation(RHS, NULL)); in createMatsAndVecs()
35 PetscCall(MatSeqDenseSetPreallocation(SOLU, NULL)); in createMatsAndVecs()
H A Dex161.c98 PetscCall(MatSeqDenseSetPreallocation(Rt_dense, NULL)); in main()
H A Dex109.c66 PetscCall(MatSeqDenseSetPreallocation(B, NULL)); in main()
H A Dex116.c144 PetscCall(MatSeqDenseSetPreallocation(Err, (PetscScalar *)arrayErr)); in main()
/petsc/src/ksp/ksp/tests/
H A Dex61.c26 PetscCall(MatSeqDenseSetPreallocation(A, NULL)); in main()
39 PetscCall(MatSeqDenseSetPreallocation(B, b)); in main()
H A Dex27.c81 PetscCall(MatSeqDenseSetPreallocation(B, NULL)); in main()
/petsc/src/mat/utils/
H A Dveccreatematdense.c51 PetscCall(MatSeqDenseSetPreallocation(*A, data)); in MatCreateDenseFromVecType()
/petsc/src/mat/impls/dense/seq/hdf5/
H A Ddensehdf5.c81 PetscCall(MatSeqDenseSetPreallocation(mat, a)); in MatLoad_Dense_HDF5()
/petsc/src/mat/impls/aij/seq/
H A Dmatrart.c70 PetscCall(MatSeqDenseSetPreallocation(Rt_dense, NULL)); in MatRARtSymbolic_SeqAIJ_SeqAIJ_colorrart()
79 PetscCall(MatSeqDenseSetPreallocation(RARt_dense, NULL)); in MatRARtSymbolic_SeqAIJ_SeqAIJ_colorrart()
H A Dmatmatmult.c1272 PetscCall(MatSeqDenseSetPreallocation(Bt_dense, NULL)); in MatMatTransposeMultSymbolic_SeqAIJ_SeqAIJ()
1280 PetscCall(MatSeqDenseSetPreallocation(C_dense, NULL)); in MatMatTransposeMultSymbolic_SeqAIJ_SeqAIJ()
/petsc/src/mat/impls/dense/mpi/
H A Dmmdense.c287 PetscCall(MatSeqDenseSetPreallocation(submats[i], NULL)); in MatCreateSubMatrices_MPIDense_Local()
H A Dmpidense.c124 PetscCall(MatSeqDenseSetPreallocation(B, array + m * rstart)); in MatGetDiagonalBlock_MPIDense()
1391 PetscCall(MatSeqDenseSetPreallocation(a->A, data)); in MatMPIDenseSetPreallocation_MPIDense()
1973 PetscCall(MatSeqDenseSetPreallocation(*A, data)); in MatCreateDense()
/petsc/src/mat/impls/normal/
H A Dnormm.c354 PetscCall(MatSeqDenseSetPreallocation(contents->work[1], array)); in MatProductSymbolic_Normal_Dense()
/petsc/src/mat/impls/dense/seq/
H A Ddense.c166 PetscCall(MatSeqDenseSetPreallocation(B, NULL)); in MatConvert_SeqAIJ_SeqDense()
371 if (isdensecpu) PetscCall(MatSeqDenseSetPreallocation(newi, NULL)); in MatDuplicateNoCreate_SeqDense()
1835 PetscCall(MatSeqDenseSetPreallocation(tmat, NULL)); in MatTranspose_SeqDense()
2580 PetscCall(MatSeqDenseSetPreallocation(newmat, NULL)); in MatCreateSubMatrix_SeqDense()
2648 if (!A->preallocated) PetscCall(MatSeqDenseSetPreallocation(A, NULL)); in MatSetUp_SeqDense()
3250 PetscCall(MatSeqDenseSetPreallocation(*A, data)); in MatCreateSeqDense()
3272 PetscErrorCode MatSeqDenseSetPreallocation(Mat B, PetscScalar data[]) in MatSeqDenseSetPreallocation() function
/petsc/src/mat/impls/dense/seq/cupm/
H A Dmatseqdensecupm.hpp286 if (!mimpl->v) PetscCall(MatSeqDenseSetPreallocation(m, nullptr)); in DeviceToHost_()
1171 PetscCall(MatSeqDenseSetPreallocation(m, nullptr)); in GetArray()
1890 PetscCall(MatSeqDenseSetPreallocation(A, nullptr)); in RestoreSubMatrix()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmat.pxi260 PetscErrorCode MatSeqDenseSetPreallocation(PetscMat, PetscScalar[])
901 CHKERR(MatSeqDenseSetPreallocation(A, data))
H A DMat.pyx1219 petsc.MatSeqDenseSetPreallocation, petsc.MatMPIDenseSetPreallocation
/petsc/include/
H A Dpetscmat.h1399 PETSC_EXTERN PetscErrorCode MatSeqDenseSetPreallocation(Mat, PetscScalar[]);
/petsc/src/mat/impls/nest/
H A Dmatnest.c241 PetscCall(MatSeqDenseSetPreallocation(workC, contents->tarray)); in MatProductSymbolic_Nest_Dense()