Constrain multiple nodal equations dependent field DOFs to be a single solver DOF in the solver equations.
More...
|
subroutine | cmfe_boundaryconditions_constrainnodedofsequalnumber (regionUserNumber, problemUserNumber, controlLoopIdentifier, solverIndex, fieldUserNumber, fieldVariableType, versionNumber, derivativeNumber, component, nodes, coefficient, err) |
| Constrain multiple nodal equations dependent field DOFs to be a single solver DOF in the solver equations. More...
|
|
subroutine | cmfe_boundaryconditions_constrainnodedofsequalobj (boundaryConditions, field, fieldVariableType, versionNumber, derivativeNumber, component, nodes, coefficient, err) |
| Constrain multiple nodal equations dependent field DOFs to be a single solver DOF in the solver equations. More...
|
|
Constrain multiple nodal equations dependent field DOFs to be a single solver DOF in the solver equations.
Definition at line 941 of file opencmiss_iron.f90.
subroutine opencmiss_iron::cmfe_boundaryconditions_constrainnodedofsequal::cmfe_boundaryconditions_constrainnodedofsequalnumber |
( |
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) |
fieldVariableType, |
|
|
integer(intg), intent(in) |
versionNumber, |
|
|
integer(intg), intent(in) |
derivativeNumber, |
|
|
integer(intg), intent(in) |
component, |
|
|
integer(intg), dimension(:), intent(in) |
nodes, |
|
|
real(dp), intent(in) |
coefficient, |
|
|
integer(intg), intent(out) |
err |
|
) |
| |
|
private |
Constrain multiple nodal equations dependent field DOFs to be a single solver DOF in the solver equations.
- Parameters
-
[in] | regionusernumber | The user number of the region containing the field DOFs to constrain. |
[in] | problemusernumber | The user number of the problem containing the solver equations. |
[in] | controlloopidentifier | The control loop identifier to get the solver equations. |
[in] | solverindex | The solver index of the solver equations. |
[in] | fieldusernumber | The user number of the dependent field containing the DOFs to contrain. |
[in] | fieldvariabletype | The variable type of the dependent field containing the DOFs to constrain. |
- See also
- OPENCMISS::Field::VariableTypes
- Parameters
-
[in] | versionnumber | The derivative version number. |
[in] | derivativenumber | The derivative number. |
[in] | component | The field component number of the DOFs to be constrained. |
[in] | nodes | The user numbers of the nodes to be constrained to be equal. |
[in] | coefficient | The coefficient of constraint, applied to all but the first node. |
[out] | err | The error code. |
Definition at line 13084 of file opencmiss_iron.f90.
subroutine opencmiss_iron::cmfe_boundaryconditions_constrainnodedofsequal::cmfe_boundaryconditions_constrainnodedofsequalobj |
( |
type(cmfe_boundaryconditionstype), intent(in) |
boundaryConditions, |
|
|
type(cmfe_fieldtype), intent(in) |
field, |
|
|
integer(intg), intent(in) |
fieldVariableType, |
|
|
integer(intg), intent(in) |
versionNumber, |
|
|
integer(intg), intent(in) |
derivativeNumber, |
|
|
integer(intg), intent(in) |
component, |
|
|
integer(intg), dimension(:), intent(in) |
nodes, |
|
|
real(dp), intent(in) |
coefficient, |
|
|
integer(intg), intent(out) |
err |
|
) |
| |
|
private |
Constrain multiple nodal equations dependent field DOFs to be a single solver DOF in the solver equations.
- Parameters
-
[in] | boundaryconditions | The boundary conditions to constrain the DOFs in. |
[in] | field | The equations dependent field containing the field DOFs to be constrained. |
[in] | fieldvariabletype | The field variable type of the DOFs to be constrained. |
- See also
- OPENCMISS::Field::VariableTypes
- Parameters
-
[in] | versionnumber | The derivative version number. |
[in] | derivativenumber | The derivative number. |
[in] | component | The field component number of the DOFs to be constrained. |
[in] | nodes | The user numbers of the nodes to be constrained to be equal. |
[in] | coefficient | The coefficient of constraint, applied to all but the first node. |
[out] | err | The error code. |
Definition at line 13163 of file opencmiss_iron.f90.