FixedStep

Trait FixedStep 

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

Fixed-step integrators for ordinary differential equations.

Required Methods§

Source

fn dt(&self) -> Scalar

Returns the time step.

Implementors§