3.3.8. RiksSolver
The RiksSolver (arc-length method) follows equilibrium paths through
limit points by augmenting the Newton–Raphson iterations with an additional
constraint on arc-length. It adapts step size to balance convergence effort.
3.3.8.1. Overview
Solver type: RiksSolver
Method: arc-length with predictor–corrector iterations
Control: maintains a constraint on combined displacement and load increments
Step size: adapts
factorper cycle toward an optimal iteration countTermination: stops when
lam > maxLamor a cycle cap is reached
3.3.8.2. Parameters
3.3.8.2.1. Mandatory Parameters
Parameter |
Description |
|---|---|
|
Must be set to |
3.3.8.2.2. Optional Parameters
Parameter |
Description |
|---|---|
|
Convergence tolerance (default: |
|
Target iterations per step to tune step factor (default: |
|
Maximum iterations per cycle (default: |
|
Use fixed step size when |
|
Maximum cumulative factor to prevent step shrinkage (default: |
|
Maximum load factor (default: |
3.3.8.3. Examples
examples/ch04/ShallowtrussRiks.pro
3.3.8.4. See Also
../solvers
Elements: Truss, ../elements/smallstraincontinuum