Searched refs:MatCreateBAIJ (Results 1 – 12 of 12) sorted by relevance
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex81a.c | 32 …PetscCall(MatCreateBAIJ(PETSC_COMM_WORLD, 2, PETSC_DECIDE, PETSC_DECIDE, size, size, 1, NULL, 0, N… in main() 91 …PetscCall(MatCreateBAIJ(PETSC_COMM_WORLD, 2, PETSC_DECIDE, PETSC_DECIDE, M, N, 0, NULL, 0, NULL, &… in main()
|
| H A D | ex81.c | 40 …PetscCall(MatCreateBAIJ(PETSC_COMM_WORLD, 2, PETSC_DECIDE, PETSC_DECIDE, size, size, 1, NULL, 0, N… in main() 99 …PetscCall(MatCreateBAIJ(PETSC_COMM_WORLD, 2, PETSC_DECIDE, PETSC_DECIDE, M, N, 0, NULL, 0, NULL, &… in main()
|
| /petsc/src/mat/tests/ |
| H A D | ex52.c | 23 …PetscCall(MatCreateBAIJ(PETSC_COMM_WORLD, bs, PETSC_DECIDE, PETSC_DECIDE, M, M, PETSC_DECIDE, NULL… in main()
|
| H A D | ex56.c | 23 …PetscCall(MatCreateBAIJ(PETSC_COMM_WORLD, bs, m * bs, n * bs, PETSC_DECIDE, PETSC_DECIDE, 1, NULL,… in main()
|
| H A D | ex45.c | 45 …PetscCall(MatCreateBAIJ(PETSC_COMM_WORLD, bs, PETSC_DECIDE, PETSC_DECIDE, M, N, PETSC_DECIDE, NULL… in main()
|
| H A D | ex55.c | 66 …PetscCall(MatCreateBAIJ(PETSC_COMM_WORLD, bs, PETSC_DECIDE, PETSC_DECIDE, m, m, d_nz, NULL, o_nz, … in main()
|
| /petsc/doc/overview/ |
| H A D | matrix_table.md | 68 - ``MatCreateBAIJ()``
|
| /petsc/doc/developers/ |
| H A D | matrices.md | 146 command `MatCreateBAIJ()` 149 MatCreateBAIJ(MPI_Comm comm,int nb,int m,int n,int M,int N,int d_nz,int *d_nnz,int o_nz,int *o_nnz,… 163 `MatCreateBAIJ()` must match the local size used in the
|
| /petsc/doc/changes/ |
| H A D | 33.md | 51 MatCreateMPIDense() are now MatCreateAIJ(), MatCreateBAIJ(),
|
| /petsc/include/ |
| H A D | petscmat.h | 447 PETSC_EXTERN PetscErrorCode MatCreateBAIJ(MPI_Comm, PetscInt, PetscInt, PetscInt, PetscInt, PetscIn…
|
| /petsc/src/mat/impls/baij/mpi/ |
| H A D | mpibaij.c | 3129 PetscErrorCode MatCreateBAIJ(MPI_Comm comm, PetscInt bs, PetscInt m, PetscInt n, PetscInt M, PetscI… in MatCreateBAIJ() function
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Mat.pyx | 774 petsc.MATMPIBAIJ, petsc.MatCreateBAIJ
|