OpenCMISS-Iron FORTRAN API Documentation
opencmiss_iron::cmfe_controlloop_maximumiterationsset Interface Reference

Sets/changes the maximum iterations for a while control loop. More...

Private Member Functions

subroutine cmfe_controlloop_maximumiterationssetnumber0 (problemUserNumber, controlLoopIdentifier, maximumIterations, err)
 Sets/changes the maximum iterations for a while control loop identified by user numbers. More...
 
subroutine cmfe_controlloop_maximumiterationssetnumber1 (problemUserNumber, controlLoopIdentifiers, maximumIterations, err)
 Sets/changes the maximum iterations for a while control loop identified by user numbers. More...
 
subroutine cmfe_controlloop_maximumiterationssetobj (controlLoop, maximumIterations, err)
 Sets/changes the maximum iterations for a while control loop identified by an object. More...
 

Detailed Description

Sets/changes the maximum iterations for a while control loop.

Todo:
need a get method

Definition at line 1401 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_controlloop_maximumiterationsset::cmfe_controlloop_maximumiterationssetnumber0 ( integer(intg), intent(in)  problemUserNumber,
integer(intg), intent(in)  controlLoopIdentifier,
integer(intg), intent(in)  maximumIterations,
integer(intg), intent(out)  err 
)
private

Sets/changes the maximum iterations for a while control loop identified by user numbers.

Parameters
[in]problemusernumberThe user number of the problem to set the maximum iterations for.
[in]controlloopidentifierThe control loop identifier.
[in]maximumiterationsThe maximum iterations of the while control loop to set.
[out]errThe error code.

Definition at line 16833 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_controlloop_maximumiterationsset::cmfe_controlloop_maximumiterationssetnumber1 ( integer(intg), intent(in)  problemUserNumber,
integer(intg), dimension(:), intent(in)  controlLoopIdentifiers,
integer(intg), intent(in)  maximumIterations,
integer(intg), intent(out)  err 
)
private

Sets/changes the maximum iterations for a while control loop identified by user numbers.

Parameters
[in]problemusernumberThe user number of the problem to set the maximum iterations for.
[in]controlloopidentifiersThe control loop identifiers.
[in]maximumiterationsThe maximum iterations of the while control loop to set.
[out]errThe error code.

Definition at line 16873 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_controlloop_maximumiterationsset::cmfe_controlloop_maximumiterationssetobj ( type(cmfe_controllooptype), intent(inout)  controlLoop,
integer(intg), intent(in)  maximumIterations,
integer(intg), intent(out)  err 
)
private

Sets/changes the maximum iterations for a while control loop identified by an object.

Parameters
[in,out]controlloopThe control loop to set the maximum iterations for.
[in]maximumiterationsThe maximum iterations of the while control loop to set.
[out]errThe error code.

Definition at line 16913 of file opencmiss_iron.f90.