Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Numerical Problems

What is the difference between numerical problems encountered during equation assembly and numerical problems encountered during equation solution?

Unknown macro: {open-question}

Lost Accuracy

What does the lost accuracy warning message mean and how can I get rid of it?

The program performs most arithmetic with 15 digits of accuracy. When elements with significantly different stiffnesses are connected to a common joint, some digits of accuracy may be lost (for the element with smaller stiffness). Another example would be using rigid diaphragm assumption together with flexible elements. We recommend the following:

  • Less than 6 digits lost: When we suspect that less than 6 digits of accuracy will be lost during solution we do not give any messages.
  • Between 6 to 11 digits lost is reported as a warning: The results of the analysis may still be acceptable but we want the user to more carefully check the results especially the global sums of loads.
  • Above 11 digits lost results in us terminating the program with an error message because we cannot trust the results. The model should be revised.

What does the warning message "lost 6.4 digits of accuracy" mean?

SAP2000 equation solutions are performed in double precision arithmetic, which allows for 15 significant figures. If you have global or local instability (e.g., a node that is not restrained), the solution will suffer a loss of accuracy. The program issues a warning if the loss is estimated to be above 6 digits, and will cease processing if the detected loss is above 11 digits.

How exactly does the program estimates the number of lost digits when accuracy is lost?

Lost digits are determined during the reduction of the stiffness matrix by comparing the order of magnitude of numbers that are being subtracted. The order of operations is based on the re-ordered equations, and so it is not always possible to predict the number that will be reported by the program or where it will be located. This algorithm does not check for the loss of accuracy that can occur during assembly, when two different stiffnesses are added together, rather it checks the accuracy of the solution of the assembled equations.

What does the lost accuracy apply to? Displacements? Forces? Or both?

It applies to the terms of the stiffness matrix during the solution of the equation. Please see the above FAQ item for details on how the program determines the digits of lost accuracy. Verify

I received a warning message for lost accuracy for body constraints. How are lost digits of accuracy calculated for body constraints?

[Body] and other rigid constraints create internal [master nodes] that become part of the system of equations. The constrained nodes are [slaves] and are not part of the system of equations. So when the loss of accuracy occurs at the master node, it is reported to be for the constraint, rather than for any of the individual slave nodes.

  • No labels