OpenCMISS-Iron Internal API Documentation

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

Collaboration diagram for OPENCMISS::Solver::QuasiNewtonScaleTypes:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_solver_quasi_newton_scale_none =SOLVER_QUASI_NEWTON_SCALE_NONE
 Don't scale the problem. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_quasi_newton_scale_shanno =SOLVER_QUASI_NEWTON_SCALE_SHANNO
 Use Shanno scaling. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_quasi_newton_scale_linesearch =SOLVER_QUASI_NEWTON_SCALE_LINESEARCH
 Scale based upon line search lambda. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_quasi_newton_scale_jacobian =SOLVER_QUASI_NEWTON_SCALE_JACOBIAN
 Scale by inverting a previously computed Jacobian. More...
 

Detailed Description

The nonlinear Quasi-Newton scale types.

See also
OPENCMISS::Solver::Constants,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_solver_quasi_newton_scale_jacobian =SOLVER_QUASI_NEWTON_SCALE_JACOBIAN

Scale by inverting a previously computed Jacobian.

See also
OPENCMISS::Solver::QuasiNewtonScaleTypes,OPENCMISS

Definition at line 6121 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_quasi_newton_scale_linesearch =SOLVER_QUASI_NEWTON_SCALE_LINESEARCH

Scale based upon line search lambda.

See also
OPENCMISS::Solver::QuasiNewtonScaleTypes,OPENCMISS

Definition at line 6120 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_quasi_newton_scale_none =SOLVER_QUASI_NEWTON_SCALE_NONE

Don't scale the problem.

See also
OPENCMISS::Solver::QuasiNewtonScaleTypes,OPENCMISS

Definition at line 6118 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_quasi_newton_scale_shanno =SOLVER_QUASI_NEWTON_SCALE_SHANNO

Use Shanno scaling.

See also
OPENCMISS::Solver::QuasiNewtonScaleTypes,OPENCMISS

Definition at line 6119 of file opencmiss_iron.f90.