Sets/changes the maximum iterations for a while control loop.
More...
Sets/changes the maximum iterations for a while control loop.
- Todo:
- need a get method
Definition at line 1401 of file opencmiss_iron.f90.
subroutine opencmiss_iron::cmfe_controlloop_maximumiterationsset::cmfe_controlloop_maximumiterationssetnumber0 |
( |
integer(intg), intent(in) |
problemUserNumber, |
|
|
integer(intg), intent(in) |
controlLoopIdentifier, |
|
|
integer(intg), intent(in) |
maximumIterations, |
|
|
integer(intg), intent(out) |
err |
|
) |
| |
|
private |
Sets/changes the maximum iterations for a while control loop identified by user numbers.
- Parameters
-
[in] | problemusernumber | The user number of the problem to set the maximum iterations for. |
[in] | controlloopidentifier | The control loop identifier. |
[in] | maximumiterations | The maximum iterations of the while control loop to set. |
[out] | err | The error code. |
Definition at line 16833 of file opencmiss_iron.f90.
subroutine opencmiss_iron::cmfe_controlloop_maximumiterationsset::cmfe_controlloop_maximumiterationssetnumber1 |
( |
integer(intg), intent(in) |
problemUserNumber, |
|
|
integer(intg), dimension(:), intent(in) |
controlLoopIdentifiers, |
|
|
integer(intg), intent(in) |
maximumIterations, |
|
|
integer(intg), intent(out) |
err |
|
) |
| |
|
private |
Sets/changes the maximum iterations for a while control loop identified by user numbers.
- Parameters
-
[in] | problemusernumber | The user number of the problem to set the maximum iterations for. |
[in] | controlloopidentifiers | The control loop identifiers. |
[in] | maximumiterations | The maximum iterations of the while control loop to set. |
[out] | err | The error code. |
Definition at line 16873 of file opencmiss_iron.f90.
subroutine opencmiss_iron::cmfe_controlloop_maximumiterationsset::cmfe_controlloop_maximumiterationssetobj |
( |
type(cmfe_controllooptype), intent(inout) |
controlLoop, |
|
|
integer(intg), intent(in) |
maximumIterations, |
|
|
integer(intg), intent(out) |
err |
|
) |
| |
|
private |
Sets/changes the maximum iterations for a while control loop identified by an object.
- Parameters
-
[in,out] | controlloop | The control loop to set the maximum iterations for. |
[in] | maximumiterations | The maximum iterations of the while control loop to set. |
[out] | err | The error code. |
Definition at line 16913 of file opencmiss_iron.f90.