Searched refs:MatCreateIS (Results 1 – 12 of 12) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | ex159.c | 54 … PetscCall(MatCreateIS(PETSC_COMM_WORLD, 1, 1, 1, PETSC_DECIDE, PETSC_DECIDE, l2g, l2g, &B[i])); in main() 110 PetscCall(MatCreateIS(PETSC_COMM_WORLD, 1, 3, 3, PETSC_DECIDE, PETSC_DECIDE, l2g, l2g, &A)); in main()
|
| H A D | ex23.c | 789 …PetscCall(MatCreateIS(PETSC_COMM_WORLD, bs, PETSC_DECIDE, PETSC_DECIDE, bs * n, bs * n, map, map, … in main()
|
| /petsc/src/mat/tutorials/ |
| H A D | ex3.c | 44 PetscCall(MatCreateIS(comm, 1, PETSC_DECIDE, PETSC_DECIDE, size + 1, size + 1, map, map, &A)); in main()
|
| /petsc/doc/changes/ |
| H A D | 33.md | 57 - Added block size in call to MatCreateIS()
|
| H A D | 317.md | 131 - Change `MatCreateIS()` behavior when NULL is passed for the mappings. Now a NULL map implies matc…
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex59.c | 721 …PetscCall(MatCreateIS(dd.gcomm, 1, PETSC_DECIDE, PETSC_DECIDE, dd.xm * dd.ym * dd.zm, dd.xm * dd.y… in ComputeMatrix()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscmat.pxi | 213 …PetscErrorCode MatCreateIS(MPI_Comm, PetscInt, PetscInt, PetscInt, PetscInt, PetscInt, PetscLGMap,…
|
| H A D | Mat.pyx | 1651 CHKERR(MatCreateIS(ccomm, bs, m, n, M, N, lgmr, lgmc, &newmat))
|
| /petsc/src/mat/impls/is/ |
| H A D | matis.c | 350 …PetscCall(MatCreateIS(PetscObjectComm((PetscObject)A), bs, A->rmap->n, A->cmap->n, A->rmap->N, A->… in MatConvert_SeqXAIJ_IS() 3377 PetscErrorCode MatCreateIS(MPI_Comm comm, PetscInt bs, PetscInt m, PetscInt n, PetscInt M, PetscInt… in MatCreateIS() function
|
| /petsc/include/ |
| H A D | petscmat.h | 470 PETSC_EXTERN PetscErrorCode MatCreateIS(MPI_Comm, PetscInt, PetscInt, PetscInt, PetscInt, PetscInt,…
|
| /petsc/doc/faq/ |
| H A D | index.md | 611 for `PCBDDC`. This requires matrices be constructed with `MatCreateIS()` via the finite
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcprivate.c | 8300 … PetscCall(MatCreateIS(comm_n, bs, PETSC_DECIDE, PETSC_DECIDE, rows, cols, l2gmap, l2gmap, mat_n)); in PCBDDCMatISSubassemble() 8306 … PetscCall(MatCreateIS(comm_n, bs, PETSC_DECIDE, PETSC_DECIDE, rows, cols, l2gmap, l2gmap, mat_n)); in PCBDDCMatISSubassemble()
|