Home
last modified time | relevance | path

Searched refs:newt (Results 1 – 8 of 8) sorted by relevance

/petsc/src/tao/unconstrained/impls/ntl/
H A Dntlimpl.h115 PetscInt newt; /* Newton directions attempted */ member
H A Dntl.c220 tl->newt = 0; in TaoSolve_NTL()
465 ++tl->newt; in TaoSolve_NTL()
693 PetscCall(PetscViewerASCIIPrintf(viewer, "Newton search steps: %" PetscInt_FMT "\n", tl->newt)); in TaoView_NTL()
/petsc/src/tao/unconstrained/impls/nls/
H A Dnlsimpl.h158 PetscInt newt; /* Newton directions attempted */ member
H A Dnls.c246 nlsP->newt = 0; in TaoSolve_NLS()
430 ++nlsP->newt; in TaoSolve_NLS()
797 PetscCall(PetscViewerASCIIPrintf(viewer, "Newton steps: %" PetscInt_FMT "\n", nlsP->newt)); in TaoView_NLS()
/petsc/src/tao/bound/impls/bnk/
H A Dbnk.h186 PetscInt newt; /* Newton directions attempted */ member
H A Dbntr.c166 ++bnk->newt; in TaoSolve_BNTR()
H A Dbntl.c179 ++bnk->newt; in TaoSolve_BNTL()
H A Dbnk.c88 bnk->newt = 0; in TaoBNKInitialize()
963 ++bnk->newt; in TaoBNKAddStepCounts()
1152 PetscCall(PetscViewerASCIIPrintf(viewer, "Newton steps: %" PetscInt_FMT "\n", bnk->newt)); in TaoView_BNK()