Home
last modified time | relevance | path

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

/petsc/src/tao/unconstrained/impls/nls/
H A Dnlsimpl.h171 PetscInt ksp_othr; member
H A Dnls.c75 nlsP->ksp_othr = 0; in TaoSolve_NLS()
340 ++nlsP->ksp_othr; in TaoSolve_NLS()
807 PetscCall(PetscViewerASCIIPrintf(viewer, "nls ksp othr: %" PetscInt_FMT "\n", nlsP->ksp_othr)); in TaoView_NLS()
/petsc/src/tao/bound/impls/bnk/
H A Dbnk.h203 PetscInt ksp_othr; member
H A Dbnk.c84 bnk->ksp_othr = 0; in TaoBNKInitialize()
505 ++bnk->ksp_othr; in TaoBNKComputeStep()
1163 PetscCall(PetscViewerASCIIPrintf(viewer, " othr: %" PetscInt_FMT "\n", bnk->ksp_othr)); in TaoView_BNK()