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

Destroy a control loop. More...

Private Member Functions

subroutine cmfe_controlloop_destroynumber0 (problemUserNumber, controlLoopIdentifier, err)
 Destroys a control loop identified by user numbers. More...
 
subroutine cmfe_controlloop_destroynumber1 (problemUserNumber, controlLoopIdentifiers, err)
 Destroys a control loop identified by user numbers. More...
 
subroutine cmfe_controlloop_destroyobj (controlLoop, err)
 Destroys a control loop identified by an object. More...
 

Detailed Description

Destroy a control loop.

Definition at line 1357 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_controlloop_destroy::cmfe_controlloop_destroynumber0 ( integer(intg), intent(in)  problemUserNumber,
integer(intg), intent(in)  controlLoopIdentifier,
integer(intg), intent(out)  err 
)
private

Destroys a control loop identified by user numbers.

Parameters
[in]problemusernumberThe user number of the problem to destroy the control loop for.
[in]controlloopidentifierThe control loop identifier.
[out]errThe error code.

Definition at line 15987 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_controlloop_destroy::cmfe_controlloop_destroynumber1 ( integer(intg), intent(in)  problemUserNumber,
integer(intg), dimension(:), intent(in)  controlLoopIdentifiers,
integer(intg), intent(out)  err 
)
private

Destroys a control loop identified by user numbers.

Parameters
[in]problemusernumberThe user number of the problem to destroy the control loop for.
[in]controlloopidentifiersThe control loop identifiers.
[out]errThe error code.

Definition at line 16025 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_controlloop_destroy::cmfe_controlloop_destroyobj ( type(cmfe_controllooptype), intent(inout)  controlLoop,
integer(intg), intent(out)  err 
)
private

Destroys a control loop identified by an object.

Parameters
[in,out]controlloopThe control loop to destroy.
[out]errThe error code.

Definition at line 16063 of file opencmiss_iron.f90.