# valid starting from version 2.x
integrator RayleighNewmark (1) (2) (3) (4) (5) (6) (7)
# (1) int, unique tag
# (2) double, alpha (beta in some references) in Newmark method, normally 0.25
# (3) double, beta (gamma in some references) in Newmark method, normally 0.5
# (4) double, alpha
# (5) double, beta
# (6) double, theta
# (7) double, eta
Theory
By default, the Rayleigh type damping model is used. No matter what other damping modifiers are defined, this integrator
always set the element damping matrix to be
by the Rayleigh modifier in addition to the existing damping matrix defined in the element. In the above formulation,
is the current converged stiffness, is the initial stiffness of the element, is the trial
stiffness of current iteration. Please note if is involved, the damping force is then a function of trial
displacement. The quadratic convergence rate is lost then.