Searched refs:PCBJacobiGetSubKSP (Results 1 – 11 of 11) sorted by relevance
| /petsc/src/ksp/pc/impls/bjacobi/ftn-custom/ |
| H A D | zbjacobif.c | 19 *ierr = PCBJacobiGetSubKSP(*pc, &nloc, &flocal, &tksp); in pcbjacobigetsubksp_()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex7f.F90 | 170 PetscCallA(PCBJacobiGetSubKSP(myPc, nlocal, first, PETSC_NULL_KSP_POINTER, ierr)) 171 PetscCallA(PCBJacobiGetSubKSP(myPc, nlocal, first, subksp, ierr))
|
| H A D | ex7.c | 189 PetscCall(PCBJacobiGetSubKSP(pc, &nlocal, &first, &subksp)); in main()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex3.c | 654 PetscCall(PCBJacobiGetSubKSP(pc, NULL, NULL, &sub_ksps)); in PostSetSubKSP()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscpc.pxi | 188 PetscErrorCode PCBJacobiGetSubKSP(PetscPC, PetscInt*, PetscInt*, PetscKSP*[])
|
| H A D | PC.pyx | 854 petsc.PCBJacobiGetSubKSP 859 CHKERR(PCBJacobiGetSubKSP(self.pc, &n, NULL, &p))
|
| /petsc/include/ |
| H A D | petscksp.h | 261 PETSC_EXTERN PetscErrorCode PCBJacobiGetSubKSP(PC, PetscInt *, PetscInt *, KSP *[]);
|
| /petsc/src/ksp/ksp/interface/ |
| H A D | iterativ.c | 1202 PetscCall(PCBJacobiGetSubKSP(pc, &nksp, &first, &subksp)); in KSPMonitorDynamicTolerance()
|
| /petsc/src/ksp/pc/impls/bjacobi/ |
| H A D | bjacobi.c | 351 PetscErrorCode PCBJacobiGetSubKSP(PC pc, PetscInt *n_local, PetscInt *first_local, KSP *ksp[]) in PCBJacobiGetSubKSP() function
|
| /petsc/src/ksp/pc/impls/gamg/ |
| H A D | gamg.c | 900 PetscCall(PCBJacobiGetSubKSP(subpc, &ii, &first, &k2)); in PCSetUp_GAMG()
|
| /petsc/doc/manual/ |
| H A D | ksp.md | 928 PCBJacobiGetSubKSP(PC pc,PetscInt *n_local,PetscInt *first_local,KSP **subksp); 941 `PCBJacobiGetSubKSP()` or `PCASMGetSubKSP(`). For further details,
|