OpenCMISS-Iron Internal API Documentation
|
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... | |
Sets/changes the maximum number of iterations for a data projection.
Definition at line 1867 of file opencmiss_iron.f90.
|
private |
Sets/changes 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 use number of data projection to set maximum number of iterations for. |
[in] | maximumnumberofiterations | the maximum number of iterations to set |
[out] | err | The error code. |
Definition at line 21792 of file opencmiss_iron.f90.
|
private |
Sets/changes the maximum number of iterations of data projection identified an object.
[in,out] | dataprojection | The data projection to set maximum number of iterations for. |
[in] | maximumnumberofiterations | the maximum number of iterations to set |
[out] | err | The error code. |
Definition at line 21838 of file opencmiss_iron.f90.