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

Sets/changes the number of iterations for a time control loop. If set to 0, it will be computed from time increment and start/stop time. More...

Private Member Functions

subroutine cmfe_controlloop_numberofiterationssetnumber0 (problemUserNumber, controlLoopIdentifier, numberOfIterations, err)
 Sets the number of iterations for a time control loop identified by user number. More...
 
subroutine cmfe_controlloop_numberofiterationssetnumber1 (problemUserNumber, controlLoopIdentifiers, numberOfIterations, err)
 Sets the number of iterations for a time control loop identified by user numbers. More...
 
subroutine cmfe_controlloop_numberofiterationssetobj (controlLoop, numberOfIterations, err)
 Sets the number of iterations for a time control loop identified by an object. More...
 

Detailed Description

Sets/changes the number of iterations for a time control loop. If set to 0, it will be computed from time increment and start/stop time.

Definition at line 1422 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_controlloop_numberofiterationsset::cmfe_controlloop_numberofiterationssetnumber0 ( integer(intg), intent(in)  problemUserNumber,
integer(intg), intent(in)  controlLoopIdentifier,
integer(intg), intent(in)  numberOfIterations,
integer(intg), intent(out)  err 
)
private

Sets the number of iterations for a time control loop identified by user number.

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

Definition at line 17175 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_controlloop_numberofiterationsset::cmfe_controlloop_numberofiterationssetnumber1 ( integer(intg), intent(in)  problemUserNumber,
integer(intg), dimension(:), intent(in)  controlLoopIdentifiers,
integer(intg), intent(in)  numberOfIterations,
integer(intg), intent(out)  err 
)
private

Sets the number of iterations for a time control loop identified by user numbers.

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

Definition at line 17214 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_controlloop_numberofiterationsset::cmfe_controlloop_numberofiterationssetobj ( type(cmfe_controllooptype), intent(in)  controlLoop,
integer(intg), intent(in)  numberOfIterations,
integer(intg), intent(out)  err 
)
private

Sets the number of iterations for a time control loop identified by an object.

Parameters
[in]controlloopThe control loop to set the number of iterations for.
[in]numberofiterationsThe number of iterations to set
[out]errThe error code.

Definition at line 17253 of file opencmiss_iron.f90.