Difference between revisions of "Algorithm Command"

From OpenSeesWiki
Jump to navigationJump to search
(New page: This command is used to construct a SolutionAlgorithm object, which determines the sequence of steps taken to solve the non-linear equation. *Linear Algorithm *Newton Algorithm *[...)
 
Line 1: Line 1:
 
This command is used to construct a SolutionAlgorithm object, which determines the sequence of steps taken to solve the non-linear equation.
 
This command is used to construct a SolutionAlgorithm object, which determines the sequence of steps taken to solve the non-linear equation.
 +
 +
 +
{|
 +
| style="background:yellow; color:black; width:800px" | '''algorithm algorithmType? arg1? ...'''
 +
|}
 +
 +
----
 +
 +
 +
The type of solution algorithm created and the additional arguments required depends on the '''algorithmType?''' provided in the command.
 +
 +
 +
The following contain information about algorithmType? and the args required for each of the available algorithm types:
  
 
*[[Linear Algorithm]]
 
*[[Linear Algorithm]]

Revision as of 22:34, 6 October 2009

This command is used to construct a SolutionAlgorithm object, which determines the sequence of steps taken to solve the non-linear equation.


algorithm algorithmType? arg1? ...


The type of solution algorithm created and the additional arguments required depends on the algorithmType? provided in the command.


The following contain information about algorithmType? and the args required for each of the available algorithm types: