OpenCMISS-Iron Internal API Documentation

The types of nonlinear solvers. More...

Collaboration diagram for OPENCMISS::Solver::NonlinearSolverTypes:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_solver_nonlinear_newton = SOLVER_NONLINEAR_NEWTON
 Newton nonlinear solver type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_nonlinear_bfgs_inverse = SOLVER_NONLINEAR_BFGS_INVERSE
 BFGS inverse nonlinear solver type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_nonlinear_sqp = SOLVER_NONLINEAR_SQP
 Sequential Quadratic Program nonlinear solver type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_nonlinear_quasi_newton = SOLVER_NONLINEAR_QUASI_NEWTON
 Quasi-Newton nonlinear solver type. More...
 

Detailed Description

The types of nonlinear solvers.

See also
OPENCMISS::Solver::Constants,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_solver_nonlinear_bfgs_inverse = SOLVER_NONLINEAR_BFGS_INVERSE

BFGS inverse nonlinear solver type.

See also
OPENCMISS::Solver::NonlinearSolverTypes,OPENCMISS

Definition at line 6079 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_nonlinear_newton = SOLVER_NONLINEAR_NEWTON

Newton nonlinear solver type.

See also
OPENCMISS::Solver::NonlinearSolverTypes,OPENCMISS

Definition at line 6078 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_nonlinear_quasi_newton = SOLVER_NONLINEAR_QUASI_NEWTON

Quasi-Newton nonlinear solver type.

See also
OPENCMISS::Solver::NonlinearSolverTypes,OPENCMISS

Definition at line 6081 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_nonlinear_sqp = SOLVER_NONLINEAR_SQP

Sequential Quadratic Program nonlinear solver type.

See also
OPENCMISS::Solver::NonlinearSolverTypes,OPENCMISS

Definition at line 6080 of file opencmiss_iron.f90.