Searched refs:MatNestSetSubMats (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | ex195.c | 79 PetscCall(MatNestSetSubMats(nest, 2, is, 2, is, NULL)); in main() 85 PetscCall(MatNestSetSubMats(nest, 2, NULL, 2, NULL, mata)); in main()
|
| H A D | ex269f.F90 | 30 PetscCallA(MatNestSetSubMats(A, nb, PETSC_NULL_IS_ARRAY, nb, PETSC_NULL_IS_ARRAY, mats, ierr))
|
| /petsc/src/mat/impls/nest/ftn-custom/ |
| H A D | zmatnestf.c | 62 *ierr = MatNestSetSubMats(*B, *nr, is_row, *nc, is_col, m); in matnestsetsubmats_()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex19.c | 98 PetscCall(MatNestSetSubMats(nest, nblocks, NULL, nblocks, NULL, array)); in main()
|
| H A D | ex85.c | 70 PetscCall(MatNestSetSubMats(G, 2, NULL, 2, NULL, submat)); in main()
|
| /petsc/src/mat/impls/nest/ |
| H A D | matnest.c | 1479 PetscErrorCode MatNestSetSubMats(Mat A, PetscInt nr, const IS is_row[], PetscInt nc, const IS is_co… in MatNestSetSubMats() function 1780 PetscCall(MatNestSetSubMats(*B, nr, is_row, nc, is_col, a)); in MatCreateNest()
|
| /petsc/include/ |
| H A D | petscmat.h | 2681 PETSC_EXTERN PetscErrorCode MatNestSetSubMats(Mat, PetscInt, const IS[], PetscInt, const IS[], cons…
|