OpenCMISS-Iron Internal API Documentation

The nonlinear Quasi-Newton types. More...

Collaboration diagram for OPENCMISS::Solver::QuasiNewtonTypes:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_solver_quasi_newton_lbfgs =SOLVER_QUASI_NEWTON_LBFGS
 LBFGS Quasi-Newton type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_quasi_newton_goodbroyden =SOLVER_QUASI_NEWTON_GOODBROYDEN
 "Good" Broyden Quasi-Newton type More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_quasi_newton_badbroyden =SOLVER_QUASI_NEWTON_BADBROYDEN
 "Bad" Broyden Quasi-Newton type More...
 

Detailed Description

The nonlinear Quasi-Newton types.

See also
OPENCMISS::Solver::Constants,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_solver_quasi_newton_badbroyden =SOLVER_QUASI_NEWTON_BADBROYDEN

"Bad" Broyden Quasi-Newton type

See also
OPENCMISS::Solver::QuasiNewtonTypes,OPENCMISS

Definition at line 6096 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_quasi_newton_goodbroyden =SOLVER_QUASI_NEWTON_GOODBROYDEN

"Good" Broyden Quasi-Newton type

See also
OPENCMISS::Solver::QuasiNewtonTypes,OPENCMISS

Definition at line 6095 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_quasi_newton_lbfgs =SOLVER_QUASI_NEWTON_LBFGS

LBFGS Quasi-Newton type.

See also
OPENCMISS::Solver::QuasiNewtonTypes,OPENCMISS

Definition at line 6094 of file opencmiss_iron.f90.