Sets/changes the iteration parameters for a fixed control loop.
More...
|
| subroutine | cmfe_controlloop_iterationssetnumber0 (problemUserNumber, controlLoopIdentifier, startIteration, stopIteration, iterationIncrement, err) |
| | Sets/changes the iteration parameters for a fixed control loop identified by user numbers. More...
|
| |
| subroutine | cmfe_controlloop_iterationssetnumber1 (problemUserNumber, controlLoopIdentifiers, startIteration, stopIteration, iterationIncrement, err) |
| | Sets/changes the iteration parameters for a fixed control loop identified by user numbers. More...
|
| |
| subroutine | cmfe_controlloop_iterationssetobj (controlLoop, startIteration, stopIteration, iterationIncrement, err) |
| | Sets/changes the iteration parameters for a fixed control loop identified by an object. More...
|
| |
Sets/changes the iteration parameters for a fixed control loop.
- Todo:
- need a get metod
Definition at line 1374 of file opencmiss_iron.f90.
| subroutine opencmiss_iron::cmfe_controlloop_iterationsset::cmfe_controlloop_iterationssetnumber0 |
( |
integer(intg), intent(in) |
problemUserNumber, |
|
|
integer(intg), intent(in) |
controlLoopIdentifier, |
|
|
integer(intg), intent(in) |
startIteration, |
|
|
integer(intg), intent(in) |
stopIteration, |
|
|
integer(intg), intent(in) |
iterationIncrement, |
|
|
integer(intg), intent(out) |
err |
|
) |
| |
|
private |
Sets/changes the iteration parameters for a fixed control loop identified by user numbers.
- Parameters
-
| [in] | problemusernumber | The user number of the problem to set the iteration parameters for. |
| [in] | controlloopidentifier | The control loop identifier. |
| [in] | startiteration | The start iteration of the fixed control loop to set. |
| [in] | stopiteration | The stop iteration of the fixed control loop to set. |
| [in] | iterationincrement | The iteration increment of the fixed control loop to set. |
| [out] | err | The error code. |
Definition at line 16307 of file opencmiss_iron.f90.
| subroutine opencmiss_iron::cmfe_controlloop_iterationsset::cmfe_controlloop_iterationssetnumber1 |
( |
integer(intg), intent(in) |
problemUserNumber, |
|
|
integer(intg), dimension(:), intent(in) |
controlLoopIdentifiers, |
|
|
integer(intg), intent(in) |
startIteration, |
|
|
integer(intg), intent(in) |
stopIteration, |
|
|
integer(intg), intent(in) |
iterationIncrement, |
|
|
integer(intg), intent(out) |
err |
|
) |
| |
|
private |
Sets/changes the iteration parameters for a fixed control loop identified by user numbers.
- Parameters
-
| [in] | problemusernumber | The user number of the problem to set the iteration parameters for. |
| [in] | controlloopidentifiers | The control loop identifiers. |
| [in] | startiteration | The start iteration of the fixed control loop to set. |
| [in] | stopiteration | The stop iteration of the fixed control loop to set. |
| [in] | iterationincrement | The iteration increment of the fixed control loop to set. |
| [out] | err | The error code. |
Definition at line 16349 of file opencmiss_iron.f90.
| subroutine opencmiss_iron::cmfe_controlloop_iterationsset::cmfe_controlloop_iterationssetobj |
( |
type(cmfe_controllooptype), intent(inout) |
controlLoop, |
|
|
integer(intg), intent(in) |
startIteration, |
|
|
integer(intg), intent(in) |
stopIteration, |
|
|
integer(intg), intent(in) |
iterationIncrement, |
|
|
integer(intg), intent(out) |
err |
|
) |
| |
|
private |
Sets/changes the iteration parameters for a fixed control loop identified by an object.
- Parameters
-
| [in,out] | controlloop | The control loop to set the iteration parameters for. |
| [in] | startiteration | The start iteration of the fixed control loop to set. |
| [in] | stopiteration | The stop iteration of the fixed control loop to set. |
| [in] | iterationincrement | The iteration increment of the fixed control loop to set. |
| [out] | err | The error code. |
Definition at line 16389 of file opencmiss_iron.f90.