|
OpenCMISS-Iron Internal API Documentation
|
Describes linear constraints between solver DOFs in the solver mapping. More...

Public Attributes | |
| integer(intg) | numberofconstraints |
| The number of DOF constraints. More... | |
| integer(intg) | numberofdofs |
| The number of global DOFs. More... | |
| type(boundaryconditionsdofconstraintptrtype), dimension(:), allocatable | constraints |
| constraints(constraintIdx) is a pointer to the dof constraint for the constraintIdx'th constraint. More... | |
| type(boundaryconditionscoupleddofsptrtype), dimension(:), allocatable | dofcouplings |
| dofCouplings(dofIdx) is a pointer to the coupled DOF information for the solver row/column corresponding to the dofIdx'th equations DOF. More... | |
Describes linear constraints between solver DOFs in the solver mapping.
| type(boundaryconditionsdofconstraintptrtype), dimension(:), allocatable types::boundaryconditionsdofconstraintstype::constraints |
| type(boundaryconditionscoupleddofsptrtype), dimension(:), allocatable types::boundaryconditionsdofconstraintstype::dofcouplings |
| integer(intg) types::boundaryconditionsdofconstraintstype::numberofconstraints |