Home
last modified time | relevance | path

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

/petsc/src/tao/unconstrained/impls/nls/
H A Dnlsimpl.h168 PetscInt ksp_negc; member
H A Dnls.c73 nlsP->ksp_negc = 0; in TaoSolve_NLS()
334 ++nlsP->ksp_negc; in TaoSolve_NLS()
804 PetscCall(PetscViewerASCIIPrintf(viewer, "nls ksp negc: %" PetscInt_FMT "\n", nlsP->ksp_negc)); in TaoView_NLS()
/petsc/src/tao/bound/impls/bnk/
H A Dbnk.h200 PetscInt ksp_negc; member
H A Dbnk.c82 bnk->ksp_negc = 0; in TaoBNKInitialize()
499 ++bnk->ksp_negc; in TaoBNKComputeStep()
1160 PetscCall(PetscViewerASCIIPrintf(viewer, " negc: %" PetscInt_FMT "\n", bnk->ksp_negc)); in TaoView_BNK()