Expand description
Numerical Continuation methods to solve nonlinear systems of equations
Structs§
- Config
- Holds configuration options for the nonlinear solver
- OutCount
- Holds a counter of how many output files have been written
- Output
- Holds the results at accepted steps
- Samples
- Holds a collection of nonlinear problems
- Solver
- Solver
Arclength - Solver
Natural - Implements the natural parameter continuation method to solve G(u, λ) = 0
- State
- Holds the current solution of the nonlinear problem
- Stats
- Holds statistics and benchmarking data
- System
- Defines the non-linear system of equations
Enums§
- Method
- Specifies the method of continuation to be used.
- Stop
- Specifies the stopping criterion for the continuation process.
Constants§
- CONFIG_
H_ MIN - Defines the smallest allowed h
- CONFIG_
TOL_ MIN - Defines the smallest allowed tolerance
- N_
EQUAL_ STEPS - Default number of steps