Home
last modified time | relevance | path

Searched refs:ksp_rtol (Results 1 – 7 of 7) sorted by relevance

/petsc/src/tao/unconstrained/impls/nls/
H A Dnlsimpl.h166 PetscInt ksp_rtol; member
H A Dnls.c70 nlsP->ksp_rtol = 0; in TaoSolve_NLS()
330 ++nlsP->ksp_rtol; in TaoSolve_NLS()
802 PetscCall(PetscViewerASCIIPrintf(viewer, "nls ksp rtol: %" PetscInt_FMT "\n", nlsP->ksp_rtol)); in TaoView_NLS()
/petsc/src/tao/bound/impls/bnk/
H A Dbnk.h198 PetscInt ksp_rtol; member
H A Dbnk.c79 bnk->ksp_rtol = 0; in TaoBNKInitialize()
495 ++bnk->ksp_rtol; in TaoBNKComputeStep()
1158 PetscCall(PetscViewerASCIIPrintf(viewer, " rtol: %" PetscInt_FMT "\n", bnk->ksp_rtol)); in TaoView_BNK()
/petsc/src/ksp/ksp/tutorials/output/
H A Dex2_help.out139 …-ksp_rtol: <now 0.000138889 : formerly 0.000138889>: Relative decrease in residual norm (KSPSetTol…
/petsc/doc/manual/
H A Dgetting_started.md707 $ $PETSC_DIR/lib/petsc/bin/petscmpiexec -n 1 ./ex1 -n 1000 -pc_type ilu -ksp_type gmres -ksp_rtol 1…
H A Dksp.md500 database with the commands `-ksp_rtol` `<rtol>`, `-ksp_atol`