OpenCMISS-Iron Internal API Documentation
SOLVER_ROUTINES::NewtonSolverTypes

The types of nonlinear Newton solvers. More...

Variables

integer(intg), parameter, public solver_routines::solver_newton_linesearch =1
 Newton line search nonlinear solver type. More...
 
integer(intg), parameter, public solver_routines::solver_newton_trustregion =2
 Newton trust region nonlinear solver type. More...
 

Detailed Description

The types of nonlinear Newton solvers.

See also
SOLVER_ROUTINES

Variable Documentation