Numberer Command: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user 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.


{|  
{|  
Line 7: Line 8:


----
----


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


#[[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