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

Adds to the value of the element constant and sets this as a boundary condition on the specified element. More...

Private Member Functions

subroutine cmfe_boundaryconditions_addelementnumber (regionUserNumber, problemUserNumber, controlLoopIdentifiers, solverIndex, fieldUserNumber, variableType, elementUserNumber, componentNumber, condition, value, err)
 Adds the value to the specified element and sets this as a boundary condition on the specified element for boundary conditions identified by a user number. More...
 
subroutine cmfe_boundaryconditions_addelementobj (boundaryConditions, field, variableType, elementUserNumber, componentNumber, condition, value, err)
 Adds to the value of the specified element and sets this as a boundary condition on the specified element for boundary conditions identified by an object. More...
 

Detailed Description

Adds to the value of the element constant and sets this as a boundary condition on the specified element.

Definition at line 909 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_boundaryconditions_addelement::cmfe_boundaryconditions_addelementnumber ( integer(intg), intent(in)  regionUserNumber,
integer(intg), intent(in)  problemUserNumber,
integer(intg), dimension(:), intent(in)  controlLoopIdentifiers,
integer(intg), intent(in)  solverIndex,
integer(intg), intent(in)  fieldUserNumber,
integer(intg), intent(in)  variableType,
integer(intg), intent(in)  elementUserNumber,
integer(intg), intent(in)  componentNumber,
integer(intg), intent(in)  condition,
real(dp), intent(in)  value,
integer(intg), intent(out)  err 
)
private

Adds the value to the specified element and sets this as a boundary condition on the specified element for boundary conditions identified by a user number.

Parameters
[in]regionusernumberThe user number of the region containing the equations set to add the boundary conditions for.
[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.
[in]fieldusernumberThe user number of the dependent field for the boundary condition.
[in]variabletypeThe variable type of the dependent field to add the boundary condition at.
See also
OPENCMISS::Field::VariableTypes
Parameters
[in]elementusernumberThe user number of the element to add the boundary conditions for.
[in]componentnumberThe component number of the dependent field to add the boundary condition at.
[in]conditionThe boundary condition type to set
See also
OPENCMISS::BoundaryConditions::Types,OPENCMISS
Parameters
[in]valueThe value of the boundary condition to add.
[out]errThe error code.

Definition at line 12425 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_boundaryconditions_addelement::cmfe_boundaryconditions_addelementobj ( type(cmfe_boundaryconditionstype), intent(in)  boundaryConditions,
type(cmfe_fieldtype), intent(in)  field,
integer(intg), intent(in)  variableType,
integer(intg), intent(in)  elementUserNumber,
integer(intg), intent(in)  componentNumber,
integer(intg), intent(in)  condition,
real(dp), intent(in)  value,
integer(intg), intent(out)  err 
)
private

Adds to the value of the specified element and sets this as a boundary condition on the specified element for boundary conditions identified by an object.

Parameters
[in]boundaryconditionsThe boundary conditions to add the element to.
[in]fieldThe dependent field to set the boundary condition on.
[in]variabletypeThe variable type of the dependent field to add the boundary condition at.
See also
OPENCMISS::Field::VariableTypes
Parameters
[in]elementusernumberThe user number of the element to add the boundary conditions for.
[in]componentnumberThe component number of the dependent field to set the boundary condition at.
[in]conditionThe boundary condition type to set
See also
OPENCMISS::BoundaryConditions::Types,OPENCMISS
Parameters
[in]valueThe value of the boundary condition to add.
[out]errThe error code.

Definition at line 12501 of file opencmiss_iron.f90.