Constraints Command: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
(New page: This command is used to construct the ConstraintHandler object. The ConstraintHandler object determines how the constraint equations are enforced in the analysis. Constraint equations enfo...)
 
No edit summary
Line 2: Line 2:




{|
| style="background:yellow; color:black; width:800px" | '''constraints constraintType? arg1? ...'''
|}
----
The type of ConstraintHandler created and the additional arguments required depends on the '''constraintType?''' provided in the command.
The following contain information about numbererType? and the args required for each of the available dof numberer types:
#[[Plain Constraints]]
#[[Plain Constraints]]
#[[Penalty Method]]
#[[Penalty Method]]
#[[Lagrange Multipliers]]
#[[Lagrange Multipliers]]
#[[Transformation Method]]
#[[Transformation Method]]

Revision as of 22:31, 6 October 2009

This command is used to construct the ConstraintHandler object. The ConstraintHandler object determines how the constraint equations are enforced in the analysis. Constraint equations enforce a specified value for a DOF, or a relationship between DOFs.


constraints constraintType? arg1? ...


The type of ConstraintHandler created and the additional arguments required depends on the constraintType? provided in the command.


The following contain information about numbererType? and the args required for each of the available dof numberer types:

  1. Plain Constraints
  2. Penalty Method
  3. Lagrange Multipliers
  4. Transformation Method