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
The step size in an arc-length analysis is now the arc length. One can use the following to control stepping strategy.
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.
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.If the arc length is not fixed, a positive minimum/maximum arc length (step size) will kick in to prevent the arc length from being too small/large.
Any non-positive values for the minimum/maximum arc length will be ignored.
Last updated