Test Command: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
test Command Equation | test Command Equation | ||
#[[Norm Unbalance Test]] | #[[Norm Unbalance Test]] | ||
#[[Norm Displacement Increment Test]] | #[[Norm Displacement Increment Test]] | ||
#[[Energy Increment Test]] | #[[Energy Increment Test]] |
Revision as of 19:25, 8 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 ConvergenceTest object. Certain SolutionAlgorithm objects require a ConvergenceTest object to determine if convergence has been achieved at the end of an iteration step. The convergence test is applied to the matrix equation, AX=B stored in the LinearSOE.
test testType? arg1? ... |
The type of convergence test created and the additional arguments required depends on the testType? provided in the command.
The following contain information about testType? and the args required for each of the available test types:
test Command Equation