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

Sets/changes the relative tolerance for a nonlinear Newton solver. More...

Private Member Functions

subroutine cmfe_solver_newtonrelativetolerancesetnumber0 (problemUserNumber, controlLoopIdentifier, solverIndex, relativeTolerance, err)
 Sets/changes the relative tolerance for an Newton solver identified by an user number. More...
 
subroutine cmfe_solver_newtonrelativetolerancesetnumber1 (problemUserNumber, controlLoopIdentifiers, solverIndex, relativeTolerance, err)
 Sets/changes the relative tolerance for a Newton solver identified by an user number. More...
 
subroutine cmfe_solver_newtonrelativetolerancesetobj (solver, relativeTolerance, err)
 Sets/changes the relative tolerance for a Newton solver identified by an object. More...
 

Detailed Description

Sets/changes the relative tolerance for a nonlinear Newton solver.

Definition at line 6755 of file opencmiss_iron.f90.