Linear Algorithm: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
|} | |} | ||
{| | |||
| style="width:150px" | '''-initial''' || optional flag to indicate using initial stiffness | |||
|} | |||
---- | ---- | ||
Code Developed by: <span style="color:blue"> fmk </span> | Code Developed by: <span style="color:blue"> fmk </span> |
Revision as of 07:55, 12 March 2010
- 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 Linear algorithm object which takes one iteration to solve the system of equations.
- <math> \Delta U = - K^{-1}R(U),\!</math>
algorithm Linear <-initial> |
-initial | optional flag to indicate using initial stiffness |
Code Developed by: fmk