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

Destroys boundary conditions. More...

Private Member Functions

subroutine cmfe_boundaryconditions_destroynumber0 (problemUserNumber, controlLoopIdentifier, solverIndex, err)
 Destroys the boundary conditions for solver equations identified by a control loop identifier. More...
 
subroutine cmfe_boundaryconditions_destroynumber1 (problemUserNumber, controlLoopIdentifiers, solverIndex, err)
 Destroys the boundary conditions for solver equations identified by a control loop identifier. More...
 
subroutine cmfe_boundaryconditions_destroyobj (boundaryConditions, err)
 Destroys boundary conditions identified by an object. More...
 

Detailed Description

Destroys boundary conditions.

Definition at line 890 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

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]problemusernumberThe user number of the problem containing the solver equations to destroy the boundary conditions for.
[in]controlloopidentifierThe control loop identifier to get the solver equations boundary conditions for.
[in]solverindexThe solver index to get the solver equations boundary conditions for.
[out]errThe 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]problemusernumberThe user number of the problem containing the solver equations to destroy the boundary conditions for.
[in]controlloopidentifierscontrolLoopIdentifiers(i). The i'th control loop identifier to get the solver equations boundary conditions for.
[in]solverindexThe solver index to get the solver equations for.
[out]errThe 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]boundaryconditionsThe boundary conditions to destroy.
[out]errThe error code.

Definition at line 12186 of file opencmiss_iron.f90.