LeeNewmarkIterative
Syntax
Remarks
- The definition of parameters is identical to that of
LeeNewmarkFull
. - Instead of unrolling all modes into a single sparse damping matrix, this integrator uses an iterative procedure to solve system. The convergence rate is linear.
- Since the convergence rate is linear even with
Newton
method, one may use the(L)BFGS
method to achieve a super-linear convergence rate.
It is recommended to use a dense matrix storage for the system with a (L)BFGS
solver.
For example,
Text Only | |
---|---|
This configuration can maximize the performance.