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

Sets/changes the iteration parameters for a fixed control loop. More...

Private Member Functions

subroutine cmfe_controlloop_iterationssetnumber0 (problemUserNumber, controlLoopIdentifier, startIteration, stopIteration, iterationIncrement, err)
 Sets/changes the iteration parameters for a fixed control loop identified by user numbers. More...
 
subroutine cmfe_controlloop_iterationssetnumber1 (problemUserNumber, controlLoopIdentifiers, startIteration, stopIteration, iterationIncrement, err)
 Sets/changes the iteration parameters for a fixed control loop identified by user numbers. More...
 
subroutine cmfe_controlloop_iterationssetobj (controlLoop, startIteration, stopIteration, iterationIncrement, err)
 Sets/changes the iteration parameters for a fixed control loop identified by an object. More...
 

Detailed Description

Sets/changes the iteration parameters for a fixed control loop.

Todo:
need a get metod

Definition at line 1374 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_controlloop_iterationsset::cmfe_controlloop_iterationssetnumber0 ( integer(intg), intent(in)  problemUserNumber,
integer(intg), intent(in)  controlLoopIdentifier,
integer(intg), intent(in)  startIteration,
integer(intg), intent(in)  stopIteration,
integer(intg), intent(in)  iterationIncrement,
integer(intg), intent(out)  err 
)
private

Sets/changes the iteration parameters for a fixed control loop identified by user numbers.

Parameters
[in]problemusernumberThe user number of the problem to set the iteration parameters for.
[in]controlloopidentifierThe control loop identifier.
[in]startiterationThe start iteration of the fixed control loop to set.
[in]stopiterationThe stop iteration of the fixed control loop to set.
[in]iterationincrementThe iteration increment of the fixed control loop to set.
[out]errThe error code.

Definition at line 16307 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_controlloop_iterationsset::cmfe_controlloop_iterationssetnumber1 ( integer(intg), intent(in)  problemUserNumber,
integer(intg), dimension(:), intent(in)  controlLoopIdentifiers,
integer(intg), intent(in)  startIteration,
integer(intg), intent(in)  stopIteration,
integer(intg), intent(in)  iterationIncrement,
integer(intg), intent(out)  err 
)
private

Sets/changes the iteration parameters for a fixed control loop identified by user numbers.

Parameters
[in]problemusernumberThe user number of the problem to set the iteration parameters for.
[in]controlloopidentifiersThe control loop identifiers.
[in]startiterationThe start iteration of the fixed control loop to set.
[in]stopiterationThe stop iteration of the fixed control loop to set.
[in]iterationincrementThe iteration increment of the fixed control loop to set.
[out]errThe error code.

Definition at line 16349 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_controlloop_iterationsset::cmfe_controlloop_iterationssetobj ( type(cmfe_controllooptype), intent(inout)  controlLoop,
integer(intg), intent(in)  startIteration,
integer(intg), intent(in)  stopIteration,
integer(intg), intent(in)  iterationIncrement,
integer(intg), intent(out)  err 
)
private

Sets/changes the iteration parameters for a fixed control loop identified by an object.

Parameters
[in,out]controlloopThe control loop to set the iteration parameters for.
[in]startiterationThe start iteration of the fixed control loop to set.
[in]stopiterationThe stop iteration of the fixed control loop to set.
[in]iterationincrementThe iteration increment of the fixed control loop to set.
[out]errThe error code.

Definition at line 16389 of file opencmiss_iron.f90.