Home
last modified time | relevance | path

Searched refs:tot_cg_its (Results 1 – 2 of 2) sorted by relevance

/petsc/src/tao/bound/impls/bnk/
H A Dbnk.h20 PetscInt max_cg_its, tot_cg_its; member
H A Dbnk.c87 bnk->tot_cg_its = 0; in TaoBNKInitialize()
385 bnk->tot_cg_its += bnk->bncg->niter; in TaoBNKTakeCGSteps()
1151 PetscCall(PetscViewerASCIIPrintf(viewer, "CG steps: %" PetscInt_FMT "\n", bnk->tot_cg_its)); in TaoView_BNK()