FixedStep

Trait FixedStep 

Source
pub trait FixedStep {
    // Required method
    fn dt(&self) -> Scalar;
}
Expand description

Fixed-step ordinary differential equation solvers.

Required Methods§

Source

fn dt(&self) -> Scalar

Returns the time step.

Implementors§