Destroys boundary conditions.
More...
Destroys boundary conditions.
Definition at line 890 of file opencmiss_iron.f90.
subroutine opencmiss_iron::cmfe_boundaryconditions_destroy::cmfe_boundaryconditions_destroynumber0 |
( |
integer(intg), intent(in) |
problemUserNumber, |
|
|
integer(intg), intent(in) |
controlLoopIdentifier, |
|
|
integer(intg), intent(in) |
solverIndex, |
|
|
integer(intg), intent(out) |
err |
|
) |
| |
|
private |
Destroys the boundary conditions for solver equations identified by a control loop identifier.
- Parameters
-
[in] | problemusernumber | The user number of the problem containing the solver equations to destroy the boundary conditions for. |
[in] | controlloopidentifier | The control loop identifier to get the solver equations boundary conditions for. |
[in] | solverindex | The solver index to get the solver equations boundary conditions for. |
[out] | err | The error code. |
Definition at line 12082 of file opencmiss_iron.f90.
subroutine opencmiss_iron::cmfe_boundaryconditions_destroy::cmfe_boundaryconditions_destroynumber1 |
( |
integer(intg), intent(in) |
problemUserNumber, |
|
|
integer(intg), dimension(:), intent(in) |
controlLoopIdentifiers, |
|
|
integer(intg), intent(in) |
solverIndex, |
|
|
integer(intg), intent(out) |
err |
|
) |
| |
|
private |
Destroys the boundary conditions for solver equations identified by a control loop identifier.
- Parameters
-
[in] | problemusernumber | The user number of the problem containing the solver equations to destroy the boundary conditions for. |
[in] | controlloopidentifiers | controlLoopIdentifiers(i). The i'th control loop identifier to get the solver equations boundary conditions for. |
[in] | solverindex | The solver index to get the solver equations for. |
[out] | err | The error code. |
Definition at line 12134 of file opencmiss_iron.f90.
subroutine opencmiss_iron::cmfe_boundaryconditions_destroy::cmfe_boundaryconditions_destroyobj |
( |
type(cmfe_boundaryconditionstype), intent(inout) |
boundaryConditions, |
|
|
integer(intg), intent(out) |
err |
|
) |
| |
|
private |
Destroys boundary conditions identified by an object.
- Parameters
-
[in,out] | boundaryconditions | The boundary conditions to destroy. |
[out] | err | The error code. |
Definition at line 12186 of file opencmiss_iron.f90.