The Integrator class specifies how the StaticAnalysis or DynamicAnalysis is performed. The Integrator class is designed to:
The main member function in Integrator are:
In general, the Integrator class uses the Assembler class to compute the effective stiffness matrix \(\textbf{K}_{\textrm{eff}}\) and effective force vector \(\textrm{F}_{\textrm{eff}}\) to be provided to the LinearSystem object to compute the displacements \(U\), velocities \(V\) and acceleration \(A\) vector states for the incremental analysis. In the incremental analysis, at each (pseudo) time step \(t_n\), one needs to solve nonlinear systems of equations iteratively until satisfying the given tolerance and convergence criterion. More information regarding the derived integrator classes can be found at:
REFERENCE: