OpenCMISS-Iron FORTRAN API Documentation
|
Sets/changes the absolute tolerance for an iterative linear solver. More...
Private Member Functions | |
subroutine | cmfe_solver_lineariterativeabsolutetolerancesetnumber0 (problemUserNumber, controlLoopIdentifier, solverIndex, absoluteTolerance, err) |
Sets/changes the maximum absolute tolerance for an iterative linear solver identified by an user number. More... | |
subroutine | cmfe_solver_lineariterativeabsolutetolerancesetnumber1 (problemUserNumber, controlLoopIdentifiers, solverIndex, absoluteTolerance, err) |
Sets/changes the maximum absolute tolerance for an iterative linear solver identified by an user number. More... | |
subroutine | cmfe_solver_lineariterativeabsolutetolerancesetobj (solver, absoluteTolerance, err) |
Sets/changes the maximum absolute tolerance for an iterative linear solver identified by an object. More... | |
Sets/changes the absolute tolerance for an iterative linear solver.
Definition at line 6475 of file opencmiss_iron.f90.