Numberer Command: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
(New page: This command is used to construct the DOF_Numberer object. The DOF_Numberer object determines the mapping between equation numbers and degrees-of-freedom -- how degrees-of-freedom are numb...)
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{CommandManualMenu}}
This command is used to construct the DOF_Numberer object. The DOF_Numberer object determines the mapping between equation numbers and degrees-of-freedom -- how degrees-of-freedom are numbered.
This command is used to construct the DOF_Numberer object. The DOF_Numberer object determines the mapping between equation numbers and degrees-of-freedom -- how degrees-of-freedom are numbered.
{|
| style="background:yellow; color:black; width:800px" | '''numberer numbererType? arg1? ...'''
|}
----
The type of DOF_Numberer created and the additional arguments required depends on the '''numbererType?''' provided in the command.
The following contain information about numbererType? and the args required for each of the available dof numberer types:


#[[Plain Numberer]]
#[[Plain Numberer]]
#[[RCM Numberer]]
#[[RCM Numberer| Reverse Cuthill-McKee Numberer]]
#[[AMD Numberer | Alternative_Minimum_Degree Numberer]]

Latest revision as of 00:51, 2 March 2010




This command is used to construct the DOF_Numberer object. The DOF_Numberer object determines the mapping between equation numbers and degrees-of-freedom -- how degrees-of-freedom are numbered.

numberer numbererType? arg1? ...

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


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


  1. Plain Numberer
  2. Reverse Cuthill-McKee Numberer
  3. Alternative_Minimum_Degree Numberer