OpenCMISS-Iron FORTRAN API Documentation
|
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... | |
Returns the maximum number of iterations for a data projection.
Definition at line 1861 of file opencmiss_iron.f90.
|
private |
Returns the maximum number of iterations 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 user number of the data projection to get maximum number of iterations for. |
[out] | maximumnumberofiterations | On exit, the maximum number of iterations of the specified data projection |
[out] | err | The error code. |
Definition at line 21053 of file opencmiss_iron.f90.
|
private |
Returns the maximum number of iterations of data projection identified an object.
[in,out] | dataprojection | The data projection to get maximum number of iterations for. |
[out] | maximumnumberofiterations | On exit, the maximum number of iterations of the specified data projection |
[out] | err | The error code. |
Definition at line 21764 of file opencmiss_iron.f90.