Test Command

From OpenSeesWiki
Revision as of 23:44, 30 September 2009 by Fmk (talk | contribs) (New page: 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 ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

test Command Equation

  1. Norm Unbalance Test test is Norm(X) < tol
  2. Norm Displacement Increment Test test is Norm(X) < tol
  3. Energy Increment Test test dot(X,B) < tol