OpenCMISS-Iron FORTRAN API Documentation
opencmiss_iron::cmfe_solver_newtonlinesearchmaxstepset Interface Reference

Sets/changes the line search maximum step for a nonlinear Newton solver. More...

Private Member Functions

subroutine cmfe_solver_newtonlinesearchmaxstepsetnumber0 (problemUserNumber, controlLoopIdentifier, solverIndex, maxStep, err)
 Sets/changes the line search maximum step for an Newton linesearch solver identified by an user number. More...
 
subroutine cmfe_solver_newtonlinesearchmaxstepsetnumber1 (problemUserNumber, controlLoopIdentifiers, solverIndex, maxStep, err)
 Sets/changes the line search maximum step for a Newton line search solver identified by an user number. More...
 
subroutine cmfe_solver_newtonlinesearchmaxstepsetobj (solver, maxStep, err)
 Sets/changes the line search maximum step for a Newton line search solver identified by an object. More...
 

Detailed Description

Sets/changes the line search maximum step for a nonlinear Newton solver.

Definition at line 6720 of file opencmiss_iron.f90.