Crate ida

Source
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

Enums§

IdaSolveStatus
IdaTask

Traits§

NormRms
NormRmsMasked