Algorithm Command: Difference between revisions
Jump to navigation
Jump 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 *[...) |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{CommandManualMenu}} | |||
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]] | ||
Line 6: | Line 19: | ||
*[[Modified Newton Algorithm]] | *[[Modified Newton Algorithm]] | ||
*[[Krylov-Newton Algorithm]] | *[[Krylov-Newton Algorithm]] | ||
*[[Secant Newton Algorithm]] | |||
*[[BFGS Algorithm]] | *[[BFGS Algorithm]] | ||
*[[Broyden Algorithm]] | *[[Broyden Algorithm]] |
Latest revision as of 17:59, 15 January 2014
- Command_Manual
- Tcl Commands
- Modeling_Commands
- model
- uniaxialMaterial
- ndMaterial
- frictionModel
- section
- geometricTransf
- element
- node
- sp commands
- mp commands
- timeSeries
- pattern
- mass
- block commands
- region
- rayleigh
- Analysis Commands
- Output Commands
- Misc Commands
- DataBase Commands
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: