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

Sets/changes the maximum number of iterations for a data projection. More...

Private Member Functions

subroutine cmfe_dataprojection_maximumnumberofiterationssetnumber (dataProjectionUserNumber, regionUserNumber, maximumNumberOfIterations, err)
 Sets/changes the maximum number of iterations of data projection identified by a region user number. More...
 
subroutine cmfe_dataprojection_maximumnumberofiterationssetobj (dataProjection, maximumNumberOfIterations, err)
 Sets/changes the maximum number of iterations of data projection identified an object. More...
 

Detailed Description

Sets/changes the maximum number of iterations for a data projection.

Definition at line 1867 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_dataprojection_maximumnumberofiterationsset::cmfe_dataprojection_maximumnumberofiterationssetnumber ( integer(intg), intent(in)  dataProjectionUserNumber,
integer(intg), intent(in)  regionUserNumber,
integer(intg), intent(in)  maximumNumberOfIterations,
integer(intg), intent(out)  err 
)
private

Sets/changes the maximum number of iterations 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 maximum number of iterations for.
[in]maximumnumberofiterationsthe maximum number of iterations to set
[out]errThe error code.

Definition at line 21792 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_dataprojection_maximumnumberofiterationsset::cmfe_dataprojection_maximumnumberofiterationssetobj ( type(cmfe_dataprojectiontype), intent(inout)  dataProjection,
integer(intg), intent(in)  maximumNumberOfIterations,
integer(intg), intent(out)  err 
)
private

Sets/changes the maximum number of iterations of data projection identified an object.

Parameters
[in,out]dataprojectionThe data projection to set maximum number of iterations for.
[in]maximumnumberofiterationsthe maximum number of iterations to set
[out]errThe error code.

Definition at line 21838 of file opencmiss_iron.f90.