OpenCMISS-Iron Internal API Documentation
SOLVER_ROUTINES::QuasiNewtonRestartTypes

The nonlinear Quasi-Newton restart types. More...

Variables

integer(intg), parameter, public solver_routines::solver_quasi_newton_restart_none =1
 Never restart. More...
 
integer(intg), parameter, public solver_routines::solver_quasi_newton_restart_powell =2
 Restart based upon descent criteria. More...
 
integer(intg), parameter, public solver_routines::solver_quasi_newton_restart_periodic =3
 Restart after a fixed number of iterations. More...
 

Detailed Description

The nonlinear Quasi-Newton restart types.

See also
SOLVER_ROUTINES

Variable Documentation

integer(intg), parameter, public solver_routines::solver_quasi_newton_restart_none =1
integer(intg), parameter, public solver_routines::solver_quasi_newton_restart_periodic =3
integer(intg), parameter, public solver_routines::solver_quasi_newton_restart_powell =2