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

Returns the maximum iteration update for a data projection. More...

Private Member Functions

subroutine cmfe_dataprojection_maximumiterationupdategetnumber (dataProjectionUserNumber, regionUserNumber, maximumIterationUpdate, err)
 Returns the relative tolerance of data projection identified by a region user number. More...
 
subroutine cmfe_dataprojection_maximumiterationupdategetobj (dataProjection, maximumIterationUpdate, err)
 Returns the relative tolerance of data projection identified an object. More...
 

Detailed Description

Returns the maximum iteration update for a data projection.

Definition at line 1849 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_dataprojection_maximumiterationupdateget::cmfe_dataprojection_maximumiterationupdategetnumber ( integer(intg), intent(in)  dataProjectionUserNumber,
integer(intg), intent(in)  regionUserNumber,
real(dp), intent(out)  maximumIterationUpdate,
integer(intg), intent(out)  err 
)
private

Returns the relative tolerance of data projection identified by a region user number.

Parameters
[in]dataprojectionusernumberThe data projection user number of the data projection to get starting xi for.
[in]regionusernumberThe region user number of the data projection to get tolerance for.
[out]maximumiterationupdateOn exit, the maximum iteration update of the specified data projection
[out]errThe error code.

Definition at line 20905 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_dataprojection_maximumiterationupdateget::cmfe_dataprojection_maximumiterationupdategetobj ( type(cmfe_dataprojectiontype), intent(inout)  dataProjection,
real(dp), intent(out)  maximumIterationUpdate,
integer(intg), intent(out)  err 
)
private

Returns the relative tolerance of data projection identified an object.

Parameters
[in,out]dataprojectionThe data projection to get tolerance for.
[out]maximumiterationupdateOn exit, the maximum iteration update of the specified data projection
[out]errThe error code.

Definition at line 20951 of file opencmiss_iron.f90.