Home
last modified time | relevance | path

Searched refs:ksp_ctol (Results 1 – 4 of 4) sorted by relevance

/petsc/src/tao/unconstrained/impls/nls/
H A Dnlsimpl.h167 PetscInt ksp_ctol; member
H A Dnls.c72 nlsP->ksp_ctol = 0; in TaoSolve_NLS()
332 ++nlsP->ksp_ctol; in TaoSolve_NLS()
803 PetscCall(PetscViewerASCIIPrintf(viewer, "nls ksp ctol: %" PetscInt_FMT "\n", nlsP->ksp_ctol)); in TaoView_NLS()
/petsc/src/tao/bound/impls/bnk/
H A Dbnk.h199 PetscInt ksp_ctol; member
H A Dbnk.c81 bnk->ksp_ctol = 0; in TaoBNKInitialize()
497 ++bnk->ksp_ctol; in TaoBNKComputeStep()
1159 PetscCall(PetscViewerASCIIPrintf(viewer, " ctol: %" PetscInt_FMT "\n", bnk->ksp_ctol)); in TaoView_BNK()