Searched refs:PCGASMGetSubKSP (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/ksp/pc/impls/gasm/ftn-custom/ |
| H A D | zgasmf.c | 49 *ierr = PCGASMGetSubKSP(*pc, &nloc, &flocal, &tksp); in pcgasmgetsubksp_()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex62.c | 233 PetscCall(PCGASMGetSubKSP(pc, &nlocal, &first, &subksp)); in main()
|
| /petsc/include/ |
| H A D | petscksp.h | 263 PETSC_EXTERN PetscErrorCode PCGASMGetSubKSP(PC, PetscInt *, PetscInt *, KSP *[]);
|
| /petsc/src/ksp/pc/impls/gasm/ |
| H A D | gasm.c | 1230 PetscErrorCode PCGASMGetSubKSP(PC pc, PetscInt *n_local, PetscInt *first_local, KSP *ksp[]) in PCGASMGetSubKSP() function
|