OpenCMISS-Iron Internal API Documentation
opencmiss_iron::cmfe_controlloop_numberofsubloopsget Interface Reference

Returns the number of sub loops for a control loop. More...

Private Member Functions

subroutine cmfe_controlloop_numberofsubloopsgetnumber0 (problemUserNumber, controlLoopIdentifier, numberOfSubLoops, err)
 Returns the number of sub-control loops for a control loop identified by user numbers. More...
 
subroutine cmfe_controlloop_numberofsubloopsgetnumber1 (problemUserNumber, controlLoopIdentifiers, numberOfSubLoops, err)
 Returns the number of sub-control loops for a control loop identified by user numbers. More...
 
subroutine cmfe_controlloop_numberofsubloopsgetobj (controlLoop, numberOfSubLoops, err)
 Returns the number of sub-control loops for a control loop identified by an object. More...
 

Detailed Description

Returns the number of sub loops for a control loop.

Definition at line 1429 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

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]problemusernumberThe user number of the problem to get the number of sub loops for for.
[in]controlloopidentifierThe control loop identifier.
[out]numberofsubloopsOn return, the number of sub loops for the specified control loop.
[out]errThe 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]problemusernumberThe user number of the problem to get the number of sub loops for for.
[in]controlloopidentifiersThe control loop identifiers.
[out]numberofsubloopsOn return, the number of sub loops for the specified control loop.
[out]errThe 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]controlloopThe control loop to get the number of sub loops for.
[out]numberofsubloopsOn return, the number of sub loops for the specified control loop.
[out]errThe error code.

Definition at line 17357 of file opencmiss_iron.f90.