Sets the value of the specified node as a boundary condition on the specified node.
More...
|
subroutine | cmfe_boundaryconditions_setnodenumber0 (regionUserNumber, problemUserNumber, controlLoopIdentifier, solverIndex, fieldUserNumber, variableType, versionNumber, derivativeNumber, nodeUserNumber, componentNumber, condition, value, err) |
| Sets the value of the specified node as a boundary condition on the specified node for boundary conditions identified by a user number. More...
|
|
subroutine | cmfe_boundaryconditions_setnodenumber1 (regionUserNumber, problemUserNumber, controlLoopIdentifiers, solverIndex, fieldUserNumber, variableType, versionNumber, derivativeNumber, nodeUserNumber, componentNumber, condition, value, err) |
| Sets the value of the specified node as a boundary condition on the specified node for boundary conditions identified by a user number. More...
|
|
subroutine | cmfe_boundaryconditions_setnodeobj (boundaryConditions, field, variableType, versionNumber, derivativeNumber, nodeUserNumber, componentNumber, condition, value, err) |
| Sets the value of the specified node and sets this as a boundary condition on the specified node for boundary conditions identified by an object. More...
|
|
Sets the value of the specified node as a boundary condition on the specified node.
Definition at line 927 of file opencmiss_iron.f90.
subroutine opencmiss_iron::cmfe_boundaryconditions_setnode::cmfe_boundaryconditions_setnodenumber0 |
( |
integer(intg), intent(in) |
regionUserNumber, |
|
|
integer(intg), intent(in) |
problemUserNumber, |
|
|
integer(intg), intent(in) |
controlLoopIdentifier, |
|
|
integer(intg), intent(in) |
solverIndex, |
|
|
integer(intg), intent(in) |
fieldUserNumber, |
|
|
integer(intg), intent(in) |
variableType, |
|
|
integer(intg), intent(in) |
versionNumber, |
|
|
integer(intg), intent(in) |
derivativeNumber, |
|
|
integer(intg), intent(in) |
nodeUserNumber, |
|
|
integer(intg), intent(in) |
componentNumber, |
|
|
integer(intg), intent(in) |
condition, |
|
|
real(dp), intent(in) |
value, |
|
|
integer(intg), intent(out) |
err |
|
) |
| |
|
private |
Sets the value of the specified node as a boundary condition on the specified node for boundary conditions identified by a user number.
- Parameters
-
[in] | regionusernumber | The user number of the region containing the equations set to set the boundary conditions for. |
[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 for. |
[in] | fieldusernumber | The user number of the dependent field for the boundary condition. |
[in] | variabletype | The variable type of the dependent field to set the boundary condition at. |
- See also
- OPENCMISS::Field::VariableTypes
- Parameters
-
[in] | versionnumber | The user number of the node derivative version to set the boundary conditions for. |
[in] | derivativenumber | The user number of the node derivative to set the boundary conditions for. |
[in] | nodeusernumber | The user number of the node to set the boundary conditions for. |
[in] | componentnumber | The component number of the dependent field to set the boundary condition at. |
[in] | condition | The boundary condition type to set |
- See also
- OPENCMISS::BoundaryConditions::Types,OPENCMISS
- Parameters
-
[in] | value | The value of the boundary condition to set. |
[out] | err | The error code. |
Definition at line 12756 of file opencmiss_iron.f90.
subroutine opencmiss_iron::cmfe_boundaryconditions_setnode::cmfe_boundaryconditions_setnodenumber1 |
( |
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) |
versionNumber, |
|
|
integer(intg), intent(in) |
derivativeNumber, |
|
|
integer(intg), intent(in) |
nodeUserNumber, |
|
|
integer(intg), intent(in) |
componentNumber, |
|
|
integer(intg), intent(in) |
condition, |
|
|
real(dp), intent(in) |
value, |
|
|
integer(intg), intent(out) |
err |
|
) |
| |
|
private |
Sets the value of the specified node as a boundary condition on the specified node for boundary conditions identified by a user number.
- Parameters
-
[in] | regionusernumber | The user number of the region containing the equations set to set the boundary conditions for. |
[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. |
[in] | fieldusernumber | The user number of the dependent field for the boundary condition. |
[in] | variabletype | The variable type of the dependent field to set the boundary condition at. |
- See also
- OPENCMISS::Field::VariableTypes
- Parameters
-
[in] | versionnumber | The user number of the node derivative version to set the boundary conditions for. |
[in] | derivativenumber | The user number of the node derivative to set the boundary conditions for. |
[in] | nodeusernumber | The user number of the node to set the boundary conditions for. |
[in] | componentnumber | The component number of the dependent field to set the boundary condition at. |
[in] | condition | The boundary condition type to set |
- See also
- OPENCMISS::BoundaryConditions::Types,OPENCMISS
- Parameters
-
[in] | value | The value of the boundary condition to set. |
[out] | err | The error code. |
Definition at line 12834 of file opencmiss_iron.f90.
subroutine opencmiss_iron::cmfe_boundaryconditions_setnode::cmfe_boundaryconditions_setnodeobj |
( |
type(cmfe_boundaryconditionstype), intent(in) |
boundaryConditions, |
|
|
type(cmfe_fieldtype), intent(in) |
field, |
|
|
integer(intg), intent(in) |
variableType, |
|
|
integer(intg), intent(in) |
versionNumber, |
|
|
integer(intg), intent(in) |
derivativeNumber, |
|
|
integer(intg), intent(in) |
nodeUserNumber, |
|
|
integer(intg), intent(in) |
componentNumber, |
|
|
integer(intg), intent(in) |
condition, |
|
|
real(dp), intent(in) |
value, |
|
|
integer(intg), intent(out) |
err |
|
) |
| |
|
private |
Sets the value of the specified node and sets this as a boundary condition on the specified node for boundary conditions identified by an object.
- Parameters
-
[in] | boundaryconditions | The boundary conditions to set the node to. |
[in] | field | The dependent field to set the boundary condition on. |
[in] | variabletype | The variable type of the dependent field to set the boundary condition at. |
- See also
- OPENCMISS::Field::VariableTypes
- Parameters
-
[in] | versionnumber | The user number of the node derivative version to set the boundary conditions for. |
[in] | derivativenumber | The user number of the node derivative to set the boundary conditions for. |
[in] | nodeusernumber | The user number of the node to set the boundary conditions for. |
[in] | componentnumber | The component number of the dependent field to set the boundary condition at. |
[in] | condition | The boundary condition type to set |
- See also
- OPENCMISS::BoundaryConditions::Types,OPENCMISS
- Parameters
-
[in] | value | The value of the boundary condition to set. |
[out] | err | The error code. |
Definition at line 12912 of file opencmiss_iron.f90.