Returns the number of sub loops for a control loop.
More...
Returns the number of sub loops for a control loop.
Definition at line 1429 of file opencmiss_iron.f90.
subroutine opencmiss_iron::cmfe_controlloop_numberofsubloopsget::cmfe_controlloop_numberofsubloopsgetnumber0 |
( |
integer(intg), intent(in) |
problemUserNumber, |
|
|
integer(intg), intent(in) |
controlLoopIdentifier, |
|
|
integer(intg), intent(out) |
numberOfSubLoops, |
|
|
integer(intg), intent(out) |
err |
|
) |
| |
|
private |
Returns the number of sub-control loops for a control loop identified by user numbers.
- Parameters
-
[in] | problemusernumber | The user number of the problem to get the number of sub loops for for. |
[in] | controlloopidentifier | The control loop identifier. |
[out] | numberofsubloops | On return, the number of sub loops for the specified control loop. |
[out] | err | The error code. |
Definition at line 17279 of file opencmiss_iron.f90.
subroutine opencmiss_iron::cmfe_controlloop_numberofsubloopsget::cmfe_controlloop_numberofsubloopsgetnumber1 |
( |
integer(intg), intent(in) |
problemUserNumber, |
|
|
integer(intg), dimension(:), intent(in) |
controlLoopIdentifiers, |
|
|
integer(intg), intent(out) |
numberOfSubLoops, |
|
|
integer(intg), intent(out) |
err |
|
) |
| |
|
private |
Returns the number of sub-control loops for a control loop identified by user numbers.
- Parameters
-
[in] | problemusernumber | The user number of the problem to get the number of sub loops for for. |
[in] | controlloopidentifiers | The control loop identifiers. |
[out] | numberofsubloops | On return, the number of sub loops for the specified control loop. |
[out] | err | The error code. |
Definition at line 17318 of file opencmiss_iron.f90.
subroutine opencmiss_iron::cmfe_controlloop_numberofsubloopsget::cmfe_controlloop_numberofsubloopsgetobj |
( |
type(cmfe_controllooptype), intent(in) |
controlLoop, |
|
|
integer(intg), intent(out) |
numberOfSubLoops, |
|
|
integer(intg), intent(out) |
err |
|
) |
| |
|
private |
Returns the number of sub-control loops for a control loop identified by an object.
- Parameters
-
[in] | controlloop | The control loop to get the number of sub loops for. |
[out] | numberofsubloops | On return, the number of sub loops for the specified control loop. |
[out] | err | The error code. |
Definition at line 17357 of file opencmiss_iron.f90.