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

Sets/changes the input parameters for a time control loop. More...

Private Member Functions

subroutine cmfe_controlloop_timeinputsetnumber0 (problemUserNumber, controlLoopIdentifier, inputOption, err)
 Sets/changes the input parameters for a time control loop identified by user numbers. More...
 
subroutine cmfe_controlloop_timeinputsetnumber1 (problemUserNumber, controlLoopIdentifiers, inputOption, err)
 Sets/changes the input parameters for a time control loop identified by user numbers. More...
 
subroutine cmfe_controlloop_timeinputsetobj (controlLoop, inputOption, err)
 Sets/changes the input parameters for a time control loop identified by an object. More...
 

Detailed Description

Sets/changes the input parameters for a time control loop.

Definition at line 1464 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_controlloop_timeinputset::cmfe_controlloop_timeinputsetnumber0 ( integer(intg), intent(in)  problemUserNumber,
integer(intg), intent(in)  controlLoopIdentifier,
integer(intg), intent(in)  inputOption,
integer(intg), intent(out)  err 
)
private

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

Parameters
[in]problemusernumberThe user number of the problem to set the output parameters for.
[in]controlloopidentifierThe control loop identifier.
[in]inputoptionThe input option modulo to set.
[out]errThe error code.

Definition at line 17799 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_controlloop_timeinputset::cmfe_controlloop_timeinputsetnumber1 ( integer(intg), intent(in)  problemUserNumber,
integer(intg), dimension(:), intent(in)  controlLoopIdentifiers,
integer(intg), intent(in)  inputOption,
integer(intg), intent(out)  err 
)
private

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

Parameters
[in]problemusernumberThe user number of the problem to get the output parameters for.
[in]controlloopidentifiersThe control loop identifier.
[in]inputoptionThe output frequency modulo to set.
[out]errThe error code.

Definition at line 17838 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_controlloop_timeinputset::cmfe_controlloop_timeinputsetobj ( type(cmfe_controllooptype), intent(inout)  controlLoop,
integer(intg), intent(in)  inputOption,
integer(intg), intent(out)  err 
)
private

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

Parameters
[in,out]controlloopThe control loop to set the output parameters for.
[in]inputoptionThe output frequency modulo to set.
[out]errThe error code.

Definition at line 17877 of file opencmiss_iron.f90.