Home
last modified time | relevance | path

Searched refs:MatMPISBAIJSetPreallocation (Results 1 – 15 of 15) sorted by relevance

/petsc/src/mat/tests/
H A Dex135.c19 PetscCall(MatMPISBAIJSetPreallocation(A, 1, 1, NULL, 1, NULL)); in Assemble()
21 PetscCall(MatMPISBAIJSetPreallocation(A, 1, 2, NULL, 0, NULL)); in Assemble()
H A Dex134.c27 PetscCall(MatMPISBAIJSetPreallocation(A, bs, 2, NULL, 2, NULL)); in Assemble()
H A Dex37.c37 PetscCall(MatMPISBAIJSetPreallocation(C, bs, 3, NULL, 3, NULL)); in main()
H A Dex183.c69 PetscCall(MatMPISBAIJSetPreallocation(A, bs, n / bs, NULL, (N - n) / bs, NULL)); in main()
/petsc/src/mat/impls/sbaij/mpi/
H A Dmpiaijsbaij.c30 PetscCall(MatMPISBAIJSetPreallocation(M, bs, 0, d_nnz, 0, o_nnz)); in MatConvert_MPIAIJ_MPISBAIJ()
81 PetscCall(MatMPISBAIJSetPreallocation(M, bs, 0, d_nnz, 0, o_nnz)); in MatConvert_MPIBAIJ_MPISBAIJ()
H A Dmpisbaij.c940 PetscCall(MatMPISBAIJSetPreallocation(A, mat->rmap->bs, 0, NULL, 0, NULL)); in MatView_MPISBAIJ_ASCIIorDraworSocket()
1690 PetscCall(MatMPISBAIJSetPreallocation(B, bs, 0, nnz_d, 0, nnz_o)); in MatAXPY_MPISBAIJ()
1722 PetscCall(MatMPISBAIJSetPreallocation(Y, Y->rmap->bs, 1, NULL, 0, NULL)); in MatShift_MPISBAIJ()
2018 PetscCall(MatMPISBAIJSetPreallocation(B, bs, 0, d_nnz, 0, o_nnz)); in MatMPISBAIJSetPreallocationCSR_MPISBAIJ()
2266 PetscErrorCode MatMPISBAIJSetPreallocation(Mat B, PetscInt bs, PetscInt d_nz, const PetscInt d_nnz[… in MatMPISBAIJSetPreallocation() function
2389 PetscCall(MatMPISBAIJSetPreallocation(*A, bs, d_nz, d_nnz, o_nz, o_nnz)); in MatCreateSBAIJ()
2848 PetscCall(MatMPISBAIJSetPreallocation(*outmat, bs, 0, dnz, 0, onz)); in MatCreateMPIMatConcatenateSeqMat_MPISBAIJ()
/petsc/src/mat/tutorials/
H A Dex17.c41 PetscCall(MatMPISBAIJSetPreallocation(A, 1, 2, NULL, 1, NULL)); in main()
H A Dex17f.F9052 …PetscCallA(MatMPISBAIJSetPreallocation(A, one, two, PETSC_NULL_INTEGER_ARRAY, one, PETSC_NULL_INTE…
/petsc/src/ksp/ksp/tutorials/
H A Dex2.c46 PetscCall(MatMPISBAIJSetPreallocation(A, 1, 5, NULL, 5, NULL)); in main()
/petsc/src/mat/utils/
H A Dgcreate.c369 PetscCall(MatMPISBAIJSetPreallocation(A, bs, 0, dnnzu, 0, onnzu)); in MatXAIJSetPreallocation()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmat.pxi253 …PetscErrorCode MatMPISBAIJSetPreallocation(PetscMat, PetscInt, PetscInt, PetscInt[], PetscInt, Pet…
827 CHKERR(MatMPISBAIJSetPreallocation(A, bs, d_nz, d_nnz, o_nz, o_nnz))
/petsc/src/dm/impls/da/
H A Dfdda.c1947 PetscCall(MatMPISBAIJSetPreallocation(J, nc, 0, dnz, 0, onz)); in DMCreateMatrix_DA_2d_MPISBAIJ()
2047 PetscCall(MatMPISBAIJSetPreallocation(J, nc, 0, dnz, 0, onz)); in DMCreateMatrix_DA_3d_MPISBAIJ()
/petsc/src/mat/impls/baij/mpi/
H A Dmpibaij.c1993 PetscCall(MatMPISBAIJSetPreallocation(M, bs, 0, dlens, 0, olens)); in MatCreateSubMatrix_MPIBAIJ_Private()
3311 PetscCall(MatMPISBAIJSetPreallocation(mat, bs, 0, d_nnz, 0, o_nnz)); in MatLoad_MPIBAIJ_Binary()
/petsc/include/
H A Dpetscmat.h1389 PETSC_EXTERN PetscErrorCode MatMPISBAIJSetPreallocation(Mat, PetscInt, PetscInt, const PetscInt[], …
/petsc/src/snes/tutorials/
H A Dex48.c1350 PetscCall(MatMPISBAIJSetPreallocation(A, 2, 2, NULL, 0, NULL));