OpenCMISS-Iron FORTRAN API Documentation

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

Collaboration diagram for OPENCMISS::Solver::QuasiNewtonRestartTypes:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_solver_quasi_newton_restart_none =SOLVER_QUASI_NEWTON_RESTART_NONE
 Never restart. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_quasi_newton_restart_powell =SOLVER_QUASI_NEWTON_RESTART_POWELL
 Restart based upon descent criteria. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_quasi_newton_restart_periodic =SOLVER_QUASI_NEWTON_RESTART_PERIODIC
 Restart after a fixed number of iterations. More...
 

Detailed Description

The nonlinear Quasi-Newton restart types.

See also
OPENCMISS::Solver::Constants,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_solver_quasi_newton_restart_none =SOLVER_QUASI_NEWTON_RESTART_NONE

Never restart.

See also
OPENCMISS::Solver::QuasiNewtonRestartTypes,OPENCMISS

Definition at line 6110 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_quasi_newton_restart_periodic =SOLVER_QUASI_NEWTON_RESTART_PERIODIC

Restart after a fixed number of iterations.

See also
OPENCMISS::Solver::QuasiNewtonRestartTypes,OPENCMISS

Definition at line 6112 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_quasi_newton_restart_powell =SOLVER_QUASI_NEWTON_RESTART_POWELL

Restart based upon descent criteria.

See also
OPENCMISS::Solver::QuasiNewtonRestartTypes,OPENCMISS

Definition at line 6111 of file opencmiss_iron.f90.