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

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...

Private Member Functions

subroutine cmfe_controlloop_numberofiterationsgetnumber0 (problemUserNumber, controlLoopIdentifier, numberOfIterations, err)
 Gets the number of iterations for a time control loop identified by user number. More...
 
subroutine cmfe_controlloop_numberofiterationsgetnumber1 (problemUserNumber, controlLoopIdentifiers, numberOfIterations, err)
 Gets the number of iterations for a time control loop identified by user numbers. More...
 
subroutine cmfe_controlloop_numberofiterationsgetobj (controlLoop, numberOfIterations, err)
 Gets the number of iterations for a time control loop identified by an object. More...
 

Detailed Description

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.

Member Function/Subroutine Documentation

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

Definition at line 17149 of file opencmiss_iron.f90.