Returns the number of iterations for a time control loop. If the returned value is 0, that means that the number has not yet been computed.
More...
Returns the number of iterations for a time control loop. If the returned value is 0, that means that the number has not yet been computed.
Definition at line 1415 of file opencmiss_iron.f90.
subroutine opencmiss_iron::cmfe_controlloop_numberofiterationsget::cmfe_controlloop_numberofiterationsgetnumber0 |
( |
integer(intg), intent(in) |
problemUserNumber, |
|
|
integer(intg), intent(in) |
controlLoopIdentifier, |
|
|
integer(intg), intent(out) |
numberOfIterations, |
|
|
integer(intg), intent(out) |
err |
|
) |
| |
|
private |
Gets the number of iterations for a time control loop identified by user number.
- Parameters
-
[in] | problemusernumber | The user number of the problem to get the number of iterations for. |
[in] | controlloopidentifier | The control loop identifier. |
[out] | numberofiterations | The number of iterations |
[out] | err | The error code. |
Definition at line 17071 of file opencmiss_iron.f90.
subroutine opencmiss_iron::cmfe_controlloop_numberofiterationsget::cmfe_controlloop_numberofiterationsgetnumber1 |
( |
integer(intg), intent(in) |
problemUserNumber, |
|
|
integer(intg), dimension(:), intent(in) |
controlLoopIdentifiers, |
|
|
integer(intg), intent(out) |
numberOfIterations, |
|
|
integer(intg), intent(out) |
err |
|
) |
| |
|
private |
Gets the number of iterations for a time control loop identified by user numbers.
- Parameters
-
[in] | problemusernumber | The user number of the problem to get the number of iterations for. |
[in] | controlloopidentifiers | The control loop identifiers to get the number of iterations for. |
[out] | numberofiterations | The number of iterations |
[out] | err | The error code. |
Definition at line 17110 of file opencmiss_iron.f90.
subroutine opencmiss_iron::cmfe_controlloop_numberofiterationsget::cmfe_controlloop_numberofiterationsgetobj |
( |
type(cmfe_controllooptype), intent(in) |
controlLoop, |
|
|
integer(intg), intent(out) |
numberOfIterations, |
|
|
integer(intg), intent(out) |
err |
|
) |
| |
|
private |
Gets the number of iterations for a time control loop identified by an object.
- Parameters
-
[in] | controlloop | The control loop to get the number of iterations for. |
[out] | numberofiterations | The number of iterations |
[out] | err | The error code. |
Definition at line 17149 of file opencmiss_iron.f90.