OpenCMISS-Iron Internal API Documentation
opencmiss_iron::cmfe_dataprojection_maximumiterationupdateset Interface Reference

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...
 

Detailed Description

Sets/changes the maximum iteration update for a data projection.

Definition at line 1855 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

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

Sets/changes 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 use number of data projection to set tolerance for.
[in]maximumiterationupdatethe maximum iteration update to set
[out]errThe error code.

Definition at line 20979 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_dataprojection_maximumiterationupdateset::cmfe_dataprojection_maximumiterationupdatesetobj ( type(cmfe_dataprojectiontype), intent(inout)  dataProjection,
real(dp), intent(in)  maximumIterationUpdate,
integer(intg), intent(out)  err 
)
private

Sets/changes the relative tolerance of data projection identified an object.

Parameters
[in,out]dataprojectionThe data projection to set tolerance for.
[in]maximumiterationupdatethe maximum iteration update to set
[out]errThe error code.

Definition at line 21025 of file opencmiss_iron.f90.