Searched refs:newt (Results 1 – 8 of 8) sorted by relevance
115 PetscInt newt; /* Newton directions attempted */ member
220 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()
158 PetscInt newt; /* Newton directions attempted */ member
246 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()
186 PetscInt newt; /* Newton directions attempted */ member
166 ++bnk->newt; in TaoSolve_BNTR()
179 ++bnk->newt; in TaoSolve_BNTL()
88 bnk->newt = 0; in TaoBNKInitialize()963 ++bnk->newt; in TaoBNKAddStepCounts()1152 PetscCall(PetscViewerASCIIPrintf(viewer, "Newton steps: %" PetscInt_FMT "\n", bnk->newt)); in TaoView_BNK()