Searched refs:MatMPIBAIJSetPreallocationCSR (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | ex233.c | 39 PetscCall(MatMPIBAIJSetPreallocationCSR(ssbaij, 2, ia, ja, c)); in main()
|
| H A D | ex213.c | 77 PetscCall(MatMPIBAIJSetPreallocationCSR(A, bs, ia, ja, NULL)); in main()
|
| /petsc/doc/changes/ |
| H A D | 221.md | 39 MatMPIBAIJSetPreallocationCSR()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscmat.pxi | 257 …PetscErrorCode MatMPIBAIJSetPreallocationCSR (PetscMat, PetscInt, PetscInt[], PetscInt[], PetscSca… 877 CHKERR(MatMPIBAIJSetPreallocationCSR(A, bs, i, j, v))
|
| H A D | Mat.pyx | 989 petsc.MatMPIBAIJSetPreallocationCSR
|
| /petsc/src/mat/impls/baij/mpi/ |
| H A D | mpibaij.c | 2643 PetscErrorCode MatMPIBAIJSetPreallocationCSR(Mat B, PetscInt bs, const PetscInt i[], const PetscInt… in MatMPIBAIJSetPreallocationCSR() function 3572 PetscCall(MatMPIBAIJSetPreallocationCSR(*mat, bs, i, j, a)); in MatCreateMPIBAIJWithArrays()
|
| /petsc/include/ |
| H A D | petscmat.h | 1394 PETSC_EXTERN PetscErrorCode MatMPIBAIJSetPreallocationCSR(Mat, PetscInt, const PetscInt[], const Pe…
|