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

Sets/changes the maximum number of iterations for a nonlinear Newton solver. More...

Private Member Functions

subroutine cmfe_solver_newtonmaximumiterationssetnumber0 (problemUserNumber, controlLoopIdentifier, solverIndex, maximumIterations, err)
 Sets/changes the maximum number of iterations for an Newton solver identified by an user number. More...
 
subroutine cmfe_solver_newtonmaximumiterationssetnumber1 (problemUserNumber, controlLoopIdentifiers, solverIndex, maximumIterations, err)
 Sets/changes the maximum number of iterations for a Newton solver identified by an user number. More...
 
subroutine cmfe_solver_newtonmaximumiterationssetobj (solver, maximumIterations, err)
 Sets/changes the maximum number of iterations for a Newton solver identified by an object. More...
 

Detailed Description

Sets/changes the maximum number of iterations for a nonlinear Newton solver.

Definition at line 6748 of file opencmiss_iron.f90.