Ramm
Arc Length Algorithm Using Ramm's Approach
The Ramm's version of arc length algorithm is implemented. This solver can only be used in solving static problems.
Syntax
Text Only | |
---|---|
Remarks
- A proper arc length shall be manually input to achieve an efficient analysis.
- Often the arc length is allowed to change depending on the smoothness of the turning point. It is not recommended fixing arc length.
- The computation of determinant is involved. A proper matrix storage scheme shall be activated. For dense matrix
storage, please use asymmetric schemes by
set symm_mat false
. For sparse solvers, please useMUMPS
only.