OpenCMISS-Iron FORTRAN API Documentation

The types of nonlinear Quasi-Newton solvers. More...

Collaboration diagram for OPENCMISS::Solver::QuasiNewtonSolverTypes:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_solver_quasi_newton_linesearch =SOLVER_QUASI_NEWTON_LINESEARCH
 Quasi-Newton line search nonlinear solver type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_quasi_newton_trustregion =SOLVER_QUASI_NEWTON_TRUSTREGION
 Quasi-Newton trust region nonlinear solver type. More...
 

Detailed Description

The types of nonlinear Quasi-Newton solvers.

See also
OPENCMISS::Solver::Constants,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_solver_quasi_newton_linesearch =SOLVER_QUASI_NEWTON_LINESEARCH

Quasi-Newton line search nonlinear solver type.

See also
OPENCMISS::Solver::QuasiNewtonSolverTypes,OPENCMISS

Definition at line 6087 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_quasi_newton_trustregion =SOLVER_QUASI_NEWTON_TRUSTREGION

Quasi-Newton trust region nonlinear solver type.

See also
OPENCMISS::Solver::QuasiNewtonSolverTypes,OPENCMISS

Definition at line 6088 of file opencmiss_iron.f90.