Crate russell_nonlin

Crate russell_nonlin 

Source
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
SolverArclength
SolverNatural
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

Type Aliases§

NoArgs
Indicates that the system functions do not require extra arguments
StrError
Defines the error output as a static string