Destroy a control loop.
More...
Destroy a control loop.
Definition at line 1357 of file opencmiss_iron.f90.
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] | problemusernumber | The user number of the problem to destroy the control loop for. |
[in] | controlloopidentifier | The control loop identifier. |
[out] | err | The 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] | problemusernumber | The user number of the problem to destroy the control loop for. |
[in] | controlloopidentifiers | The control loop identifiers. |
[out] | err | The 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] | controlloop | The control loop to destroy. |
[out] | err | The error code. |
Definition at line 16063 of file opencmiss_iron.f90.