| OpenCMISS-Iron FORTRAN API Documentation
    | 
Sets/changes the maximum iteration update for a data projection. More...
| Private Member Functions | |
| subroutine | cmfe_dataprojection_maximumiterationupdatesetnumber (dataProjectionUserNumber, regionUserNumber, maximumIterationUpdate, err) | 
| Sets/changes the relative tolerance of data projection identified by a region user number.  More... | |
| subroutine | cmfe_dataprojection_maximumiterationupdatesetobj (dataProjection, maximumIterationUpdate, err) | 
| Sets/changes the relative tolerance of data projection identified an object.  More... | |
Sets/changes the maximum iteration update for a data projection.
Definition at line 1855 of file opencmiss_iron.f90.
| 
 | private | 
Sets/changes the relative tolerance of data projection identified by a region user number.
| [in] | dataprojectionusernumber | The data projection user number of the data projection to get starting xi for. | 
| [in] | regionusernumber | The region use number of data projection to set tolerance for. | 
| [in] | maximumiterationupdate | the maximum iteration update to set | 
| [out] | err | The error code. | 
Definition at line 20979 of file opencmiss_iron.f90.
| 
 | private | 
Sets/changes the relative tolerance of data projection identified an object.
| [in,out] | dataprojection | The data projection to set tolerance for. | 
| [in] | maximumiterationupdate | the maximum iteration update to set | 
| [out] | err | The error code. | 
Definition at line 21025 of file opencmiss_iron.f90.