Home
last modified time | relevance | path

Searched refs:KSPGMRESSetRestart (Results 1 – 15 of 15) sorted by relevance

/petsc/src/ts/interface/
H A Dtseig.c61 PetscCall(KSPGMRESSetRestart((*ctx)->ksp, 200)); in TSMonitorSPEigCtxCreate()
/petsc/src/ksp/ksp/impls/gmres/
H A Dgmres.c530 if (flg) PetscCall(KSPGMRESSetRestart(ksp, restart)); in KSPSetFromOptions_GMRES()
744 PetscErrorCode KSPGMRESSetRestart(KSP ksp, PetscInt restart) in KSPGMRESSetRestart() function
/petsc/src/ksp/pc/tutorials/
H A Dex4.c305 PetscCall(KSPGMRESSetRestart(ksp, 300)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscksp.pxi224 PetscErrorCode KSPGMRESSetRestart(PetscKSP, PetscInt)
H A DKSP.pyx2160 petsc.KSPGMRESSetRestart
2164 CHKERR(KSPGMRESSetRestart(self.ksp, ival))
/petsc/src/ksp/ksp/tutorials/
H A Dex71.c497 PetscCall(KSPGMRESSetRestart(ksp, 100)); in main()
/petsc/doc/developers/
H A Dobjects.md392 PetscErrorCode KSPGMRESSetRestart(KSP ksp, PetscInt restart)
H A Dstyle.md47 `KSPGMRESSetRestart()`.
/petsc/doc/manual/
H A Dgetting_started.md970 KSPGMRESSetRestart(obj,30);
983 KSPGMRESSetRestart(obj,30); // ignored if the type is not KSPGMRES
990 KSPGMRESSetRestart(obj,30);
H A Dperformance.md671 `KSPGMRESSetRestart()`. {any}`sec_ksp` gives
H A Dksp.md191 KSPGMRESSetRestart(KSP ksp,PetscInt max_steps);
/petsc/include/
H A Dpetscksp.h401 PETSC_EXTERN PetscErrorCode KSPGMRESSetRestart(KSP, PetscInt);
/petsc/src/ksp/ksp/tutorials/output/
H A Dex2_help.out260 …-ksp_gmres_restart: <now 30 : formerly 30>: Number of Krylov search directions (KSPGMRESSetRestart)
/petsc/doc/faq/
H A Dindex.md772 as `KSPGMRESSetRestart()`) ONLY work if the object is ALREADY of that type. For example,
779 PetscCall(KSPGMRESSetRestart(ksp, 10));
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c9200 PetscCall(KSPGMRESSetRestart(check_ksp, pcbddc->coarse_size + 1)); in PCBDDCSetUpCoarseSolver()