OpenCMISS-Iron Internal API Documentation
SOLVER_ROUTINES::QuasiNewtonTypes

The nonlinear Quasi-Newton types. More...

Variables

integer(intg), parameter, public solver_routines::solver_quasi_newton_lbfgs =1
 LBFGS Quasi-Newton type. More...
 
integer(intg), parameter, public solver_routines::solver_quasi_newton_goodbroyden =2
 "Good" Broyden Quasi-Newton type More...
 
integer(intg), parameter, public solver_routines::solver_quasi_newton_badbroyden =3
 "Bad" Broyden Quasi-Newton type More...
 

Detailed Description

The nonlinear Quasi-Newton types.

See also
SOLVER_ROUTINES

Variable Documentation

integer(intg), parameter, public solver_routines::solver_quasi_newton_badbroyden =3

"Bad" Broyden Quasi-Newton type

See also
SOLVER_ROUTINES::QuasiNewtonTypes,SOLVER_ROUTINES

Definition at line 184 of file solver_routines.f90.

Referenced by solver_routines::solver_quasi_newton_type_set(), and solver_routines::solver_quasinewtonlinesearchcreatefinish().

integer(intg), parameter, public solver_routines::solver_quasi_newton_goodbroyden =2
integer(intg), parameter, public solver_routines::solver_quasi_newton_lbfgs =1