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

Sets/Changes the time parameters for a time control loop. More...

Private Member Functions

subroutine cmfe_controlloop_timessetnumber0 (problemUserNumber, controlLoopIdentifier, startTime, stopTime, timeIncrement, err)
 Sets/changes the time parameters for a time control loop identified by user numbers. More...
 
subroutine cmfe_controlloop_timessetnumber1 (problemUserNumber, controlLoopIdentifiers, startTime, stopTime, timeIncrement, err)
 Sets/changes the time parameters for a time control loop identified by user numbers. More...
 
subroutine cmfe_controlloop_timessetobj (controlLoop, startTime, stopTime, timeIncrement, err)
 Sets/changes the time parameters for a time control loop identified by an object. More...
 

Detailed Description

Sets/Changes the time parameters for a time control loop.

Definition at line 1478 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_controlloop_timesset::cmfe_controlloop_timessetnumber0 ( integer(intg), intent(in)  problemUserNumber,
integer(intg), intent(in)  controlLoopIdentifier,
real(dp), intent(in)  startTime,
real(dp), intent(in)  stopTime,
real(dp), intent(in)  timeIncrement,
integer(intg), intent(out)  err 
)
private

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

Parameters
[in]problemusernumberThe user number of the problem to get the time parameters for for.
[in]controlloopidentifierThe control loop identifier.
[in]starttimeThe start time for the time control loop to set.
[in]stoptimeThe stop time for the time control loop to set.
[in]timeincrementThe time increment for the time control loop to set.
[out]errThe error code.

Definition at line 18029 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_controlloop_timesset::cmfe_controlloop_timessetnumber1 ( integer(intg), intent(in)  problemUserNumber,
integer(intg), dimension(:), intent(in)  controlLoopIdentifiers,
real(dp), intent(in)  startTime,
real(dp), intent(in)  stopTime,
real(dp), intent(in)  timeIncrement,
integer(intg), intent(out)  err 
)
private

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

Parameters
[in]problemusernumberThe user number of the problem to get the time parameters for for.
[in]controlloopidentifiersThe control loop identifier.
[in]starttimeThe start time for the time control loop to set.
[in]stoptimeThe stop time for the time control loop to set.
[in]timeincrementThe time increment for the time control loop to set.
[out]errThe error code.

Definition at line 18070 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_controlloop_timesset::cmfe_controlloop_timessetobj ( type(cmfe_controllooptype), intent(inout)  controlLoop,
real(dp), intent(in)  startTime,
real(dp), intent(in)  stopTime,
real(dp), intent(in)  timeIncrement,
integer(intg), intent(out)  err 
)
private

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

Parameters
[in,out]controlloopThe control loop to set the times for.
[in]starttimeThe start time for the time control loop to set.
[in]stoptimeThe stop time for the time control loop to set.
[in]timeincrementThe time increment for the time control loop to set.
[out]errThe error code.

Definition at line 18111 of file opencmiss_iron.f90.