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

Returns the maximum number of iterations for a data projection. More...

Private Member Functions

subroutine cmfe_dataprojection_maximumnumberofiterationsgetnumber (dataProjectionUserNumber, regionUserNumber, maximumNumberOfIterations, err)
 Returns the maximum number of iterations of data projection identified by a region user number. More...
 
subroutine cmfe_dataprojection_maximumnumberofiterationsgetobj (dataProjection, maximumNumberOfIterations, err)
 Returns the maximum number of iterations of data projection identified an object. More...
 

Detailed Description

Returns the maximum number of iterations for a data projection.

Definition at line 1861 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

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

Returns 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 user number of the data projection to get maximum number of iterations for.
[out]maximumnumberofiterationsOn exit, the maximum number of iterations of the specified data projection
[out]errThe error code.

Definition at line 21053 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_dataprojection_maximumnumberofiterationsget::cmfe_dataprojection_maximumnumberofiterationsgetobj ( type(cmfe_dataprojectiontype), intent(inout)  dataProjection,
integer(intg), intent(out)  maximumNumberOfIterations,
integer(intg), intent(out)  err 
)
private

Returns the maximum number of iterations of data projection identified an object.

Parameters
[in,out]dataprojectionThe data projection to get maximum number of iterations for.
[out]maximumnumberofiterationsOn exit, the maximum number of iterations of the specified data projection
[out]errThe error code.

Definition at line 21764 of file opencmiss_iron.f90.