Searched refs:MatMPIDenseSetPreallocation (Results 1 – 12 of 12) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | ex122.c | 38 PetscCall(MatMPIDenseSetPreallocation(B, NULL)); in main()
|
| H A D | ex258.c | 20 PetscCall(MatMPIDenseSetPreallocation(A, NULL)); in main()
|
| H A D | ex109.c | 67 PetscCall(MatMPIDenseSetPreallocation(B, NULL)); in main()
|
| /petsc/src/mat/utils/ |
| H A D | veccreatematdense.c | 52 PetscCall(MatMPIDenseSetPreallocation(*A, data)); in MatCreateDenseFromVecType()
|
| /petsc/src/mat/impls/dense/seq/hdf5/ |
| H A D | densehdf5.c | 84 PetscCall(MatMPIDenseSetPreallocation(mat, a)); in MatLoad_Dense_HDF5()
|
| /petsc/src/ksp/ksp/interface/ |
| H A D | eige.c | 136 PetscCall(MatMPIDenseSetPreallocation(A, NULL)); in KSPComputeEigenvaluesExplicitly()
|
| /petsc/src/mat/impls/dense/mpi/ |
| H A D | mpidense.c | 325 PetscCall(MatMPIDenseSetPreallocation(newmat, NULL)); in MatCreateSubMatrix_MPIDense() 849 PetscCall(MatMPIDenseSetPreallocation(A, NULL)); in MatView_MPIDense_ASCIIorDraworSocket() 1086 PetscCall(MatMPIDenseSetPreallocation(B, NULL)); in MatTranspose_MPIDense() 1119 if (!A->preallocated) PetscCall(MatMPIDenseSetPreallocation(A, NULL)); in MatSetUp_MPIDense() 1833 PetscErrorCode MatMPIDenseSetPreallocation(Mat B, PetscScalar *data) in MatMPIDenseSetPreallocation() function 1974 PetscCall(MatMPIDenseSetPreallocation(*A, data)); in MatCreateDense()
|
| /petsc/src/mat/impls/normal/ |
| H A D | normm.c | 355 PetscCall(MatMPIDenseSetPreallocation(contents->work[1], array)); in MatProductSymbolic_Normal_Dense()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscmat.pxi | 261 PetscErrorCode MatMPIDenseSetPreallocation(PetscMat, PetscScalar[]) 902 CHKERR(MatMPIDenseSetPreallocation(A, data))
|
| H A D | Mat.pyx | 1219 petsc.MatSeqDenseSetPreallocation, petsc.MatMPIDenseSetPreallocation
|
| /petsc/include/ |
| H A D | petscmat.h | 1398 PETSC_EXTERN PetscErrorCode MatMPIDenseSetPreallocation(Mat, PetscScalar[]);
|
| /petsc/src/mat/impls/nest/ |
| H A D | matnest.c | 242 PetscCall(MatMPIDenseSetPreallocation(workC, contents->tarray)); in MatProductSymbolic_Nest_Dense()
|