Searched refs:PCGASMCreateSubdomains2D (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex71f.F90 | 40 …PetscCallA(PCGASMCreateSubdomains2D(pc, M, M, NSubx, NSubx, dof, overlap, NSub, subdomains_IS, inf…
|
| /petsc/src/ksp/pc/impls/gasm/ftn-custom/ |
| H A D | zgasmf.c | 34 *ierr = PCGASMCreateSubdomains2D(*pc, *m, *n, *M, *N, *dof, *overlap, Nsub, &iis, &iisl); in pcgasmcreatesubdomains2d_()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex62.c | 150 PetscCall(PCGASMCreateSubdomains2D(pc, m, n, M, N, 1, overlap, &Nsub, &inneris, &outeris)); in main()
|
| /petsc/doc/changes/ |
| H A D | 33.md | 84 …- PCGASMCreateSubdomains2D(PC,PetscInt,PetscInt,PetscInt,PetscInt,PetscInt,PetscInt,PetscInt\*,IS[…
|
| /petsc/include/ |
| H A D | petscpc.h | 265 PETSC_EXTERN PetscErrorCode PCGASMCreateSubdomains2D(PC, PetscInt, PetscInt, PetscInt, PetscInt, Pe…
|
| /petsc/src/ksp/pc/impls/gasm/ |
| H A D | gasm.c | 1615 PetscErrorCode PCGASMCreateSubdomains2D(PC pc, PetscInt M, PetscInt N, PetscInt Mdomains, PetscInt … in PCGASMCreateSubdomains2D() function
|
| /petsc/doc/manual/ |
| H A D | ksp.md | 1050 `PCGASMCreateSubdomains2D()` is similar to PCASM’s but is capable of 1070 `PCGASMCreateSubdomains2D()`.
|