OpenCMISS-Iron Internal API Documentation

The types of line search techniques for Quasi-Newton line search nonlinear solvers. More...

Collaboration diagram for OPENCMISS::Solver::NonlinearQuasiNewtonLineSearchTypes:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_solver_quasi_newton_linesearch_basic =SOLVER_QUASI_NEWTON_LINESEARCH_BASIC
 Simple damping line search. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_quasi_newton_linesearch_l2 =SOLVER_QUASI_NEWTON_LINESEARCH_L2
 Secant line search over the L2 norm of the function. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_quasi_newton_linesearch_cp =SOLVER_QUASI_NEWTON_LINESEARCH_CP
 Critical point secant line search. More...
 

Detailed Description

The types of line search techniques for Quasi-Newton line search nonlinear solvers.

See also
OPENCMISS::Solver::Constants,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_solver_quasi_newton_linesearch_basic =SOLVER_QUASI_NEWTON_LINESEARCH_BASIC

Simple damping line search.

See also
OPENCMISS::Solver::NonlinearQuasiNewtonLineSearchTypes,OPENCMISS

Definition at line 6102 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_quasi_newton_linesearch_cp =SOLVER_QUASI_NEWTON_LINESEARCH_CP

Critical point secant line search.

See also
OPENCMISS::Solver::NonlinearQuasiNewtonLineSearchTypes,OPENCMISS

Definition at line 6104 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_quasi_newton_linesearch_l2 =SOLVER_QUASI_NEWTON_LINESEARCH_L2

Secant line search over the L2 norm of the function.

See also
OPENCMISS::Solver::NonlinearQuasiNewtonLineSearchTypes,OPENCMISS

Definition at line 6103 of file opencmiss_iron.f90.