Searched refs:PCGASMSetSubdomains (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex71f.F90 | 41 PetscCallA(PCGASMSetSubdomains(pc, NSub, subdomains_IS, inflated_IS, ierr))
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex62.c | 151 PetscCall(PCGASMSetSubdomains(pc, Nsub, inneris, outeris)); in main()
|
| /petsc/doc/changes/ |
| H A D | 33.md | 75 - Remove PCGASMSetLocalSubdomains(), use PCGASMSetSubdomains();
|
| /petsc/include/ |
| H A D | petscpc.h | 256 PETSC_EXTERN PetscErrorCode PCGASMSetSubdomains(PC, PetscInt, IS[], IS[]);
|
| /petsc/src/ksp/pc/impls/gasm/ |
| H A D | gasm.c | 337 …if (num_subdomains) PetscCall(PCGASMSetSubdomains(pc, num_subdomains, inner_subdomain_is, outer_su… in PCSetUp_GASM() 1087 PetscErrorCode PCGASMSetSubdomains(PC pc, PetscInt n, IS iis[], IS ois[]) in PCGASMSetSubdomains() function
|
| /petsc/doc/manual/ |
| H A D | ksp.md | 1046 subdomains by calling `PCGASMSetSubdomains(PC,IS[],IS[])` where each 1052 `PCGASMSetSubdomains()`. An alternative way of creating multi-rank 1056 `PCGASMSetSubdomains()` takes precedence, unless
|