Home
last modified time | relevance | path

Searched refs:stepsize (Results 1 – 15 of 15) sorted by relevance

/petsc/src/tao/bound/impls/tron/
H A Dtron.c73 PetscReal prered, actred, delta, f, f_new, rhok, gdx, xdiff, stepsize; in TaoSolve_TRON() local
100 tron->stepsize = tao->trust; in TaoSolve_TRON()
104 PetscCall(TaoMonitor(tao, tao->niter, tron->f, tron->gnorm, 0.0, tron->stepsize)); in TaoSolve_TRON()
171 stepsize = 1.0; in TaoSolve_TRON()
175 …ply(tao->linesearch, tron->X_New, &f_new, tron->G_New, tao->stepdirection, &stepsize, &ls_reason)); in TaoSolve_TRON()
197 xdiff *= stepsize; in TaoSolve_TRON()
227 PetscCall(TaoMonitor(tao, tao->niter, tron->f, tron->gnorm, 0.0, stepsize)); in TaoSolve_TRON()
H A Dtron.h18 PetscReal stepsize; member
/petsc/src/ts/tutorials/multirate/output/
H A Dex4_3.out4 Maximum allowable stepsize according to CFL 1.57756
H A Dex6_1_alt.out4 Maximum allowable stepsize according to CFL 0.0416667
H A Dex4_1.out4 Maximum allowable stepsize according to CFL 0.0416667
H A Dex8_2.out4 Maximum allowable stepsize according to CFL 0.05
H A Dex8_1.out4 Maximum allowable stepsize according to CFL 0.05
H A Dex6_1.out4 Maximum allowable stepsize according to CFL 0.0416667
/petsc/src/tao/bound/impls/blmvm/
H A Dblmvm.c10 PetscReal stepsize = 1.0, delta; in TaoSolve_BLMVM() local
27 PetscCall(TaoMonitor(tao, tao->niter, f, gnorm, 0.0, stepsize)); in TaoSolve_BLMVM()
76 …search, tao->solution, &f, blmP->unprojected_gradient, tao->stepdirection, &stepsize, &ls_status)); in TaoSolve_BLMVM()
96 …search, tao->solution, &f, blmP->unprojected_gradient, tao->stepdirection, &stepsize, &ls_status)); in TaoSolve_BLMVM()
111 PetscCall(TaoMonitor(tao, tao->niter, f, gnorm, 0.0, stepsize)); in TaoSolve_BLMVM()
/petsc/src/tao/quadratic/impls/gpcg/
H A Dgpcg.h11 PetscReal stepsize; member
H A Dgpcg.c111 PetscReal actred, f, f_new, gnorm, gdx, stepsize, xtb; in TaoSolve_GPCG() local
190 …tao->linesearch, tao->solution, &f_new, tao->gradient, tao->stepdirection, &stepsize, &ls_status)); in TaoSolve_GPCG()
223 PetscReal f_new, gdx, stepsize; in GPCGGradProjections() local
252 PetscCall(TaoLineSearchApply(tao->linesearch, X, &f_new, G, DX, &stepsize, &lsflag)); in GPCGGradProjections()
/petsc/src/ts/trajectory/impls/memory/
H A Dtrajmemory.c140 PetscReal stepsize; in TurnForward() local
144 PetscCall(TSGetTimeStep(ts, &stepsize)); in TurnForward()
145 PetscCall(TSSetTimeStep(ts, -stepsize)); in TurnForward()
151 PetscReal stepsize; in TurnBackward() local
156 stepsize = ts->ptime_prev - ts->ptime; in TurnBackward()
157 PetscCall(TSSetTimeStep(ts, stepsize)); in TurnBackward()
/petsc/src/tao/constrained/impls/ipm/
H A Dipm.c37 PetscScalar stepsize = 1.0; in TaoSolve_IPM() local
184 PetscCall(TaoMonitor(tao, tao->niter, ipmP->kkt_f, ipmP->phi, 0.0, stepsize)); in TaoSolve_IPM()
/petsc/src/tao/bound/impls/bncg/
H A Dbncg.c413 PetscErrorCode TaoBNCGCheckDynamicRestart(Tao tao, PetscReal stepsize, PetscReal gd, PetscReal gd_o… in TaoBNCGCheckDynamicRestart() argument
423 quadinterp = 2.0 * (cg->f - fold) / (stepsize * (gd + gd_old)); in TaoBNCGCheckDynamicRestart()
/petsc/doc/
H A Dpetsc.bib55 …title = {Generalized {R}unge--{K}utta methods of order four with stepsize control for sti…
11465 applications in the design of robust stepsize and order changing strategies for