Home
last modified time | relevance | path

Searched refs:PCBJacobiGetSubKSP (Results 1 – 11 of 11) sorted by relevance

/petsc/src/ksp/pc/impls/bjacobi/ftn-custom/
H A Dzbjacobif.c19 *ierr = PCBJacobiGetSubKSP(*pc, &nloc, &flocal, &tksp); in pcbjacobigetsubksp_()
/petsc/src/ksp/ksp/tutorials/
H A Dex7f.F90170 PetscCallA(PCBJacobiGetSubKSP(myPc, nlocal, first, PETSC_NULL_KSP_POINTER, ierr))
171 PetscCallA(PCBJacobiGetSubKSP(myPc, nlocal, first, subksp, ierr))
H A Dex7.c189 PetscCall(PCBJacobiGetSubKSP(pc, &nlocal, &first, &subksp)); in main()
/petsc/src/snes/tutorials/
H A Dex3.c654 PetscCall(PCBJacobiGetSubKSP(pc, NULL, NULL, &sub_ksps)); in PostSetSubKSP()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscpc.pxi188 PetscErrorCode PCBJacobiGetSubKSP(PetscPC, PetscInt*, PetscInt*, PetscKSP*[])
H A DPC.pyx854 petsc.PCBJacobiGetSubKSP
859 CHKERR(PCBJacobiGetSubKSP(self.pc, &n, NULL, &p))
/petsc/include/
H A Dpetscksp.h261 PETSC_EXTERN PetscErrorCode PCBJacobiGetSubKSP(PC, PetscInt *, PetscInt *, KSP *[]);
/petsc/src/ksp/ksp/interface/
H A Diterativ.c1202 PetscCall(PCBJacobiGetSubKSP(pc, &nksp, &first, &subksp)); in KSPMonitorDynamicTolerance()
/petsc/src/ksp/pc/impls/bjacobi/
H A Dbjacobi.c351 PetscErrorCode PCBJacobiGetSubKSP(PC pc, PetscInt *n_local, PetscInt *first_local, KSP *ksp[]) in PCBJacobiGetSubKSP() function
/petsc/src/ksp/pc/impls/gamg/
H A Dgamg.c900 PetscCall(PCBJacobiGetSubKSP(subpc, &ii, &first, &k2)); in PCSetUp_GAMG()
/petsc/doc/manual/
H A Dksp.md928 PCBJacobiGetSubKSP(PC pc,PetscInt *n_local,PetscInt *first_local,KSP **subksp);
941 `PCBJacobiGetSubKSP()` or `PCASMGetSubKSP(`). For further details,