OpenCMISS-Iron FORTRAN API Documentation

The types of nonlinear Newton solvers. More...

Collaboration diagram for OPENCMISS::Solver::NewtonSolverTypes:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_solver_newton_linesearch = SOLVER_NEWTON_LINESEARCH
 Newton line search nonlinear solver type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_newton_trustregion = SOLVER_NEWTON_TRUSTREGION
 Newton trust region nonlinear solver type. More...
 

Detailed Description

The types of nonlinear Newton solvers.

See also
OPENCMISS::Solver::Constants,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_solver_newton_linesearch = SOLVER_NEWTON_LINESEARCH

Newton line search nonlinear solver type.

See also
OPENCMISS::Solver::NewtonSolverTypes,OPENCMISS

Definition at line 6127 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_newton_trustregion = SOLVER_NEWTON_TRUSTREGION

Newton trust region nonlinear solver type.

See also
OPENCMISS::Solver::NewtonSolverTypes,OPENCMISS

Definition at line 6128 of file opencmiss_iron.f90.