TestNorms: Difference between revisions
Jump to navigation
Jump to search
(Created page with 'Returns the norms from the convergence test for the last analysis step. {| | style="background:yellow; color:black; width:800px" | '''testNorms''' |} NOTES: The size of norms…') |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{CommandManualMenu}} | |||
Returns the norms from the convergence test for the last analysis step. | Returns the norms from the convergence test for the last analysis step. | ||
Line 16: | Line 18: | ||
set norms [testNorms] | set norms [testNorms] | ||
set norm1 [lindex $norms 0] | set norm1 [lindex $norms 0] | ||
set normN [lindex $norms [testNorms]] | set normN [lindex $norms [testNorms]] | ||
Latest revision as of 05:09, 27 February 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
Returns the norms from the convergence test for the last analysis step.
testNorms |
NOTES:
The size of norms will be equal to the max number of iterations specified. The first
testIter of these will be non-zero, the remaining ones will be zero.
EXAMPLE:
set norms [testNorms]
set norm1 [lindex $norms 0]
set normN [lindex $norms [testNorms]]
Code Developed by: fmk