Expand description
The ida
crate is a pure Rust port of the Implicit Differential-Algebraic solver from the Sundials suite.
IDA is a general purpose solver for the initial value problem (IVP) for systems of differential-algebraic equations (DAEs). The name IDA stands for Implicit Differential-Algebraic solver.
Modules§
- linear
- nonlinear
- sample_
problems - Example problems for testing, benchmarks and demonstration
- tol_
control - traits
- Basic traits for problem specification
Structs§
- Ida
- This structure contains fields to keep track of problem state.
- IdaCounters
- Counters