| /petsc/src/mat/tutorials/ |
| H A D | ex2.c | 38 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 D | ex256.c | 30 PetscCall(MatSeqDenseSetPreallocation(A, a)); in main() 36 PetscCall(MatSeqDenseSetPreallocation(B, b)); in main()
|
| H A D | ex122.c | 37 PetscCall(MatSeqDenseSetPreallocation(B, NULL)); in main()
|
| H A D | ex258.c | 19 PetscCall(MatSeqDenseSetPreallocation(A, NULL)); in main()
|
| H A D | ex32.c | 19 PetscCall(MatSeqDenseSetPreallocation(A, NULL)); in main()
|
| H A D | ex1.c | 23 PetscCall(MatSeqDenseSetPreallocation(RHS, NULL)); in createMatsAndVecs() 35 PetscCall(MatSeqDenseSetPreallocation(SOLU, NULL)); in createMatsAndVecs()
|
| H A D | ex161.c | 98 PetscCall(MatSeqDenseSetPreallocation(Rt_dense, NULL)); in main()
|
| H A D | ex109.c | 66 PetscCall(MatSeqDenseSetPreallocation(B, NULL)); in main()
|
| H A D | ex116.c | 144 PetscCall(MatSeqDenseSetPreallocation(Err, (PetscScalar *)arrayErr)); in main()
|
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex61.c | 26 PetscCall(MatSeqDenseSetPreallocation(A, NULL)); in main() 39 PetscCall(MatSeqDenseSetPreallocation(B, b)); in main()
|
| H A D | ex27.c | 81 PetscCall(MatSeqDenseSetPreallocation(B, NULL)); in main()
|
| /petsc/src/mat/utils/ |
| H A D | veccreatematdense.c | 51 PetscCall(MatSeqDenseSetPreallocation(*A, data)); in MatCreateDenseFromVecType()
|
| /petsc/src/mat/impls/dense/seq/hdf5/ |
| H A D | densehdf5.c | 81 PetscCall(MatSeqDenseSetPreallocation(mat, a)); in MatLoad_Dense_HDF5()
|
| /petsc/src/mat/impls/aij/seq/ |
| H A D | matrart.c | 70 PetscCall(MatSeqDenseSetPreallocation(Rt_dense, NULL)); in MatRARtSymbolic_SeqAIJ_SeqAIJ_colorrart() 79 PetscCall(MatSeqDenseSetPreallocation(RARt_dense, NULL)); in MatRARtSymbolic_SeqAIJ_SeqAIJ_colorrart()
|
| H A D | matmatmult.c | 1272 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 D | mmdense.c | 287 PetscCall(MatSeqDenseSetPreallocation(submats[i], NULL)); in MatCreateSubMatrices_MPIDense_Local()
|
| H A D | mpidense.c | 124 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 D | normm.c | 354 PetscCall(MatSeqDenseSetPreallocation(contents->work[1], array)); in MatProductSymbolic_Normal_Dense()
|
| /petsc/src/mat/impls/dense/seq/ |
| H A D | dense.c | 166 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 D | matseqdensecupm.hpp | 286 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 D | petscmat.pxi | 260 PetscErrorCode MatSeqDenseSetPreallocation(PetscMat, PetscScalar[]) 901 CHKERR(MatSeqDenseSetPreallocation(A, data))
|
| H A D | Mat.pyx | 1219 petsc.MatSeqDenseSetPreallocation, petsc.MatMPIDenseSetPreallocation
|
| /petsc/include/ |
| H A D | petscmat.h | 1399 PETSC_EXTERN PetscErrorCode MatSeqDenseSetPreallocation(Mat, PetscScalar[]);
|
| /petsc/src/mat/impls/nest/ |
| H A D | matnest.c | 241 PetscCall(MatSeqDenseSetPreallocation(workC, contents->tarray)); in MatProductSymbolic_Nest_Dense()
|