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

Sets/changes the number of sub loops for a control loop. More...

Private Member Functions

subroutine cmfe_controlloop_numberofsubloopssetnumber0 (problemUserNumber, controlLoopIdentifier, numberOfSubLoops, err)
 Sets/changes the number of sub-control loops for a control loop identified by user numbers. More...
 
subroutine cmfe_controlloop_numberofsubloopssetnumber1 (problemUserNumber, controlLoopIdentifiers, numberOfSubLoops, err)
 Sets/changes the number of sub-control loops for a control loop identified by user numbers. More...
 
subroutine cmfe_controlloop_numberofsubloopssetobj (controlLoop, numberOfSubLoops, err)
 Sets/changes the number of sub-control loops for a control loop identified by an object. More...
 

Detailed Description

Sets/changes the number of sub loops for a control loop.

Todo:
is this really a public method???

Definition at line 1436 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_controlloop_numberofsubloopsset::cmfe_controlloop_numberofsubloopssetnumber0 ( integer(intg), intent(in)  problemUserNumber,
integer(intg), intent(in)  controlLoopIdentifier,
integer(intg), intent(in)  numberOfSubLoops,
integer(intg), intent(out)  err 
)
private

Sets/changes the number of sub-control loops for a control loop identified by user numbers.

Todo:
is this really public???
Parameters
[in]problemusernumberThe user number of the problem to set the number of sub loops for for.
[in]controlloopidentifierThe control loop identifier.
[in]numberofsubloopsThe number of sub loops for the specified control loop to set.
[out]errThe error code.

Definition at line 17383 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_controlloop_numberofsubloopsset::cmfe_controlloop_numberofsubloopssetnumber1 ( integer(intg), intent(in)  problemUserNumber,
integer(intg), dimension(:), intent(in)  controlLoopIdentifiers,
integer(intg), intent(in)  numberOfSubLoops,
integer(intg), intent(out)  err 
)
private

Sets/changes the number of sub-control loops for a control loop identified by user numbers.

Todo:
is this really public???
Parameters
[in]problemusernumberThe user number of the problem to set the number of sub loops for.
[in]controlloopidentifiersThe control loop identifiers.
[in]numberofsubloopsThe number of sub loops for the specified control loop to set.
[out]errThe error code.

Definition at line 17422 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_controlloop_numberofsubloopsset::cmfe_controlloop_numberofsubloopssetobj ( type(cmfe_controllooptype), intent(inout)  controlLoop,
integer(intg), intent(in)  numberOfSubLoops,
integer(intg), intent(out)  err 
)
private

Sets/changes the number of sub-control loops for a control loop identified by an object.

Todo:
is this really public???
Parameters
[in,out]controlloopThe control loop to set the number of sub loops for.
[in]numberofsubloopsThe number of sub loops for the specified control loop.
[out]errThe error code.

Definition at line 17461 of file opencmiss_iron.f90.