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

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

Private Member Functions

subroutine cmfe_solver_newtonlinesearchsteptolsetnumber0 (problemUserNumber, controlLoopIdentifier, solverIndex, stepTol, err)
 Sets/changes the line search step tolerance for an Newton linesearch solver identified by an user number. More...
 
subroutine cmfe_solver_newtonlinesearchsteptolsetnumber1 (problemUserNumber, controlLoopIdentifiers, solverIndex, stepTol, err)
 Sets/changes the line search step tolerance for a Newton line search solver identified by an user number. More...
 
subroutine cmfe_solver_newtonlinesearchsteptolsetobj (solver, stepTol, err)
 Sets/changes the line search step tolerance for a Newton line search solver identified by an object. More...
 

Detailed Description

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

Definition at line 6727 of file opencmiss_iron.f90.