# Static Analysis

The static analysis is concerned with the solution of the linear system of equations for the displacements, , given the applied loads. The applied loads give the load or force vector, . The elements contribute stiffness, , so the system of equations is

When non-linear elements such as ties and struts are introduced the analysis is no-longer linear and become iterative. GSA uses initial stiffness method to avoid creation of global stiffness matrix at each iteration. The system of equation to be solved at each iteration

Where is residual force from the previous iteration

and is the change in displacement for current iteration. This method sometimes requires a large number of iterations to converge to the solution and this may offset the advantage of constant stiffness. To improve the convergence speed acceleration scheme is applied to the solution strategy

The acceleration scheme estimates the ratio of the original tangent stiffness to local secant stiffness using the successive change in the displacements. To avoid inaccurate estimate the ratio, the acceleration scheme is only applied at every alternative iteration.