Home
last modified time | relevance | path

Searched refs:MatMPIDenseSetPreallocation (Results 1 – 12 of 12) sorted by relevance

/petsc/src/mat/tests/
H A Dex122.c38 PetscCall(MatMPIDenseSetPreallocation(B, NULL)); in main()
H A Dex258.c20 PetscCall(MatMPIDenseSetPreallocation(A, NULL)); in main()
H A Dex109.c67 PetscCall(MatMPIDenseSetPreallocation(B, NULL)); in main()
/petsc/src/mat/utils/
H A Dveccreatematdense.c52 PetscCall(MatMPIDenseSetPreallocation(*A, data)); in MatCreateDenseFromVecType()
/petsc/src/mat/impls/dense/seq/hdf5/
H A Ddensehdf5.c84 PetscCall(MatMPIDenseSetPreallocation(mat, a)); in MatLoad_Dense_HDF5()
/petsc/src/ksp/ksp/interface/
H A Deige.c136 PetscCall(MatMPIDenseSetPreallocation(A, NULL)); in KSPComputeEigenvaluesExplicitly()
/petsc/src/mat/impls/dense/mpi/
H A Dmpidense.c325 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 Dnormm.c355 PetscCall(MatMPIDenseSetPreallocation(contents->work[1], array)); in MatProductSymbolic_Normal_Dense()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmat.pxi261 PetscErrorCode MatMPIDenseSetPreallocation(PetscMat, PetscScalar[])
902 CHKERR(MatMPIDenseSetPreallocation(A, data))
H A DMat.pyx1219 petsc.MatSeqDenseSetPreallocation, petsc.MatMPIDenseSetPreallocation
/petsc/include/
H A Dpetscmat.h1398 PETSC_EXTERN PetscErrorCode MatMPIDenseSetPreallocation(Mat, PetscScalar[]);
/petsc/src/mat/impls/nest/
H A Dmatnest.c242 PetscCall(MatMPIDenseSetPreallocation(workC, contents->tarray)); in MatProductSymbolic_Nest_Dense()