OpenCMISS-Iron Internal API Documentation
types::boundaryconditionsdofconstrainttype Type Reference

Describes the value of a DOF as a linear combination of other DOFs. More...

Public Attributes

integer(intg) globaldof
 The global DOF number of this DOF. More...
 
integer(intg) numberofdofs
 The number of other DOFs that contribute to the value of this DOF. More...
 
integer(intg), dimension(:), allocatable dofs
 dofs(dofIdx) is the dofIdx'th DOF in the linear combination. More...
 
real(dp), dimension(:), allocatable coefficients
 coefficients(dofIdx) is the linear proportion of the dofIdx'th dof in the value for this DOF. More...
 

Detailed Description

Describes the value of a DOF as a linear combination of other DOFs.

Definition at line 1821 of file types.f90.

Member Data Documentation

real(dp), dimension(:), allocatable types::boundaryconditionsdofconstrainttype::coefficients

coefficients(dofIdx) is the linear proportion of the dofIdx'th dof in the value for this DOF.

Definition at line 1825 of file types.f90.

integer(intg), dimension(:), allocatable types::boundaryconditionsdofconstrainttype::dofs

dofs(dofIdx) is the dofIdx'th DOF in the linear combination.

Definition at line 1824 of file types.f90.

integer(intg) types::boundaryconditionsdofconstrainttype::globaldof

The global DOF number of this DOF.

Definition at line 1822 of file types.f90.

integer(intg) types::boundaryconditionsdofconstrainttype::numberofdofs

The number of other DOFs that contribute to the value of this DOF.

Definition at line 1823 of file types.f90.