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

Returns the specified control loop as indexed by the control loop identifier from the control loop root. More...

Private Member Functions

subroutine cmfe_controlloop_controlloopgetnumber00 (problemUserNumber, controlLoopRootIdentifier, controlLoopIdentifier, controlLoop, err)
 Returns the specified control loop as indexed by the control loop identifier from the control loop root identified by user numbers. More...
 
subroutine cmfe_controlloop_controlloopgetnumber10 (problemUserNumber, controlLoopRootIdentifiers, controlLoopIdentifier, controlLoop, err)
 Returns the specified control loop as indexed by the control loop identifier from the control loop root identified by user numbers. More...
 
subroutine cmfe_controlloop_controlloopgetnumber01 (problemUserNumber, controlLoopRootIdentifier, controlLoopIdentifiers, controlLoop, err)
 Returns the specified control loop as indexed by the control loop identifier from the control loop root identified by user numbers. More...
 
subroutine cmfe_controlloop_controlloopgetnumber11 (problemUserNumber, controlLoopRootIdentifiers, controlLoopIdentifiers, controlLoop, err)
 Returns the specified control loop as indexed by the control loop identifier from the control loop root identified by user numbers. More...
 
subroutine cmfe_controlloop_controlloopgetobj0 (controlLoopRoot, controlLoopIdentifier, controlLoop, err)
 Returns the specified control loop as indexed by the control loop identifier from the control loop root. More...
 
subroutine cmfe_controlloop_controlloopgetobj1 (controlLoopRoot, controlLoopIdentifiers, controlLoop, err)
 Returns the specified control loop as indexed by the control loop identifiers from the control loop root. More...
 

Detailed Description

Returns the specified control loop as indexed by the control loop identifier from the control loop root.

Definition at line 1364 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_controlloop_controlloopget::cmfe_controlloop_controlloopgetnumber00 ( integer(intg), intent(in)  problemUserNumber,
integer(intg), intent(in)  controlLoopRootIdentifier,
integer(intg), intent(in)  controlLoopIdentifier,
type(cmfe_controllooptype), intent(inout)  controlLoop,
integer(intg), intent(out)  err 
)
private

Returns the specified control loop as indexed by the control loop identifier from the control loop root identified by user numbers.

Parameters
[in]problemusernumberThe user number of the problem to get the control loop for.
[in]controllooprootidentifierThe root control loop identifier.
[in]controlloopidentifierThe control loop identifier.
[in,out]controlloopOn return, the specified control loop.
[out]errThe error code.

Definition at line 16089 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_controlloop_controlloopget::cmfe_controlloop_controlloopgetnumber01 ( integer(intg), intent(in)  problemUserNumber,
integer(intg), intent(in)  controlLoopRootIdentifier,
integer(intg), dimension(:), intent(in)  controlLoopIdentifiers,
type(cmfe_controllooptype), intent(inout)  controlLoop,
integer(intg), intent(out)  err 
)
private

Returns the specified control loop as indexed by the control loop identifier from the control loop root identified by user numbers.

Parameters
[in]problemusernumberThe user number of the problem to get the control loop for.
[in]controllooprootidentifierThe root control loop identifier.
[in]controlloopidentifiersThe control loop identifiers.
[in,out]controlloopOn return, the specified control loop.
[out]errThe error code.

Definition at line 16171 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_controlloop_controlloopget::cmfe_controlloop_controlloopgetnumber10 ( integer(intg), intent(in)  problemUserNumber,
integer(intg), dimension(:), intent(in)  controlLoopRootIdentifiers,
integer(intg), intent(in)  controlLoopIdentifier,
type(cmfe_controllooptype), intent(inout)  controlLoop,
integer(intg), intent(out)  err 
)
private

Returns the specified control loop as indexed by the control loop identifier from the control loop root identified by user numbers.

Parameters
[in]problemusernumberThe user number of the problem to get the control loop for.
[in]controllooprootidentifiersThe root control loop identifiers.
[in]controlloopidentifierThe control loop identifier.
[in,out]controlloopOn return, the specified control loop.
[out]errThe error code.

Definition at line 16130 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_controlloop_controlloopget::cmfe_controlloop_controlloopgetnumber11 ( integer(intg), intent(in)  problemUserNumber,
integer(intg), dimension(:), intent(in)  controlLoopRootIdentifiers,
integer(intg), dimension(:), intent(in)  controlLoopIdentifiers,
type(cmfe_controllooptype), intent(inout)  controlLoop,
integer(intg), intent(out)  err 
)
private

Returns the specified control loop as indexed by the control loop identifier from the control loop root identified by user numbers.

Parameters
[in]problemusernumberThe user number of the problem to get the control loop for.
[in]controllooprootidentifiersThe root control loop identifiers.
[in]controlloopidentifiersThe control loop identifiers.
[in,out]controlloopOn return, the specified control loop.
[out]errThe error code.

Definition at line 16212 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_controlloop_controlloopget::cmfe_controlloop_controlloopgetobj0 ( type(cmfe_controllooptype), intent(in)  controlLoopRoot,
integer(intg), intent(in)  controlLoopIdentifier,
type(cmfe_controllooptype), intent(inout)  controlLoop,
integer(intg), intent(out)  err 
)
private

Returns the specified control loop as indexed by the control loop identifier from the control loop root.

Parameters
[in]controllooprootThe root control loop.
[in]controlloopidentifierThe control loop identifier.
[in,out]controlloopOn return, the specified control loop.
[out]errThe error code.

Definition at line 16252 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_controlloop_controlloopget::cmfe_controlloop_controlloopgetobj1 ( type(cmfe_controllooptype), intent(in)  controlLoopRoot,
integer(intg), dimension(:), intent(inout)  controlLoopIdentifiers,
type(cmfe_controllooptype), intent(out)  controlLoop,
integer(intg), intent(out)  err 
)
private

Returns the specified control loop as indexed by the control loop identifiers from the control loop root.

Parameters
[in]controllooprootThe root control loop.
[in,out]controlloopidentifiersThe control loop identifiers.
[out]controlloopOn return, the specified control loop.
[out]errThe error code.

Definition at line 16279 of file opencmiss_iron.f90.