Home
last modified time | relevance | path

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

/petsc/src/tao/unconstrained/impls/nls/
H A Dnlsimpl.h169 PetscInt ksp_dtol; member
H A Dnls.c71 nlsP->ksp_dtol = 0; in TaoSolve_NLS()
336 ++nlsP->ksp_dtol; in TaoSolve_NLS()
805 PetscCall(PetscViewerASCIIPrintf(viewer, "nls ksp dtol: %" PetscInt_FMT "\n", nlsP->ksp_dtol)); in TaoView_NLS()
/petsc/src/tao/bound/impls/bnk/
H A Dbnk.h201 PetscInt ksp_dtol; member
H A Dbnk.c80 bnk->ksp_dtol = 0; in TaoBNKInitialize()
501 ++bnk->ksp_dtol; in TaoBNKComputeStep()
1161 PetscCall(PetscViewerASCIIPrintf(viewer, " dtol: %" PetscInt_FMT "\n", bnk->ksp_dtol)); in TaoView_BNK()