Searched refs:PCASMGetSubKSP (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/ksp/pc/impls/asm/ftn-custom/ |
| H A D | zasmf.c | 96 *ierr = PCASMGetSubKSP(*pc, &nloc, &flocal, &tksp); in pcasmgetsubksp_()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex8.c | 240 PetscCall(PCASMGetSubKSP(pc, &nlocal, &first, &subksp)); in main()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscpc.pxi | 194 PetscErrorCode PCASMGetSubKSP(PetscPC, PetscInt*, PetscInt*, PetscKSP*[])
|
| H A D | PC.pyx | 993 petsc.PCASMGetSubKSP 998 CHKERR(PCASMGetSubKSP(self.pc, &n, NULL, &p))
|
| /petsc/include/ |
| H A D | petscksp.h | 262 PETSC_EXTERN PetscErrorCode PCASMGetSubKSP(PC, PetscInt *, PetscInt *, KSP *[]);
|
| /petsc/src/ksp/pc/impls/asm/ |
| H A D | asm.c | 1242 PetscErrorCode PCASMGetSubKSP(PC pc, PetscInt *n_local, PetscInt *first_local, KSP *ksp[]) in PCASMGetSubKSP() function
|
| /petsc/doc/manual/ |
| H A D | ksp.md | 929 PCASMGetSubKSP(PC pc,PetscInt *n_local,PetscInt *first_local,KSP **subksp); 941 `PCBJacobiGetSubKSP()` or `PCASMGetSubKSP(`). For further details,
|